| ParserAutoIncrement Property |
[This is preliminary documentation and is subject to change.]
Default is FALSE. If TRUE parser automatically advances to next token after DblValue, IntValue, or StrValue. Simpler when you don't need to check for parameter names.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public bool AutoIncrement { get; set; }
Public Property AutoIncrement As Boolean
Get
Set
public:
property bool AutoIncrement {
bool get ();
void set (bool value);
}
member AutoIncrement : bool with get, set
function get_AutoIncrement();
function set_AutoIncrement(value);
Property Value
Type:
BooleanSee Also