| OptionsVariableCountLimit Property |
[This is preliminary documentation and is subject to change.]
Used to limit the maximum amount of variables per page
Default: 1000
Namespace:
Monkeyspeak
Assembly:
Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax public int VariableCountLimit { get; set; }
Public Property VariableCountLimit As Integer
Get
Set
public:
property int VariableCountLimit {
int get ();
void set (int value);
}
member VariableCountLimit : int with get, set
Property Value
Type:
Int32See Also