| OptionsStringLengthLimit Property |
[This is preliminary documentation and is subject to change.]
Used to limit the maximum length of a string
Default: Int32.MaxValue
Namespace:
Monkeyspeak
Assembly:
Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax public int StringLengthLimit { get; set; }
Public Property StringLengthLimit As Integer
Get
Set
public:
property int StringLengthLimit {
int get ();
void set (int value);
}
member StringLengthLimit : int with get, set
Property Value
Type:
Int32See Also