| ParserCmdString Property |
[This is preliminary documentation and is subject to change.]
String to be parsed. Loading this string resets the Parser to the beginning of the line. Then parse off the tokens in sequence.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public string CmdString { get; set; }
Public Property CmdString As String
Get
Set
public:
property String^ CmdString {
String^ get ();
void set (String^ value);
}
member CmdString : string with get, set
function get_CmdString();
function set_CmdString(value);
Property Value
Type:
StringSee Also