Click or drag to resize
CommandResponseResult Property
Get/Set a List containing strings representing the lines returned by the CLI command.

Namespace: AsterNET.Manager.Response
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public List<string> Result { get; set; }

Property Value

Type: ListString
See Also