| OptionsLoopLimit Property |
[This is preliminary documentation and is subject to change.]
Gets or sets the loop limit.
Namespace:
Monkeyspeak
Assembly:
Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax public int LoopLimit { get; set; }
Public Property LoopLimit As Integer
Get
Set
public:
property int LoopLimit {
int get ();
void set (int value);
}
member LoopLimit : int with get, set
Property Value
Type:
Int32
The loop limit.
See Also