| TextInputMethodMaximumLength Property |
[This is preliminary documentation and is subject to change.]
The maximum string length to accept. 0 for unlimited.
Namespace: Documentation.Objects.InputMethodsAssembly: meFoundationDocumentation (in meFoundationDocumentation.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<int> MaximumLength { get; set; }Public Property MaximumLength As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> MaximumLength {
Nullable<int> get ();
void set (Nullable<int> value);
}member MaximumLength : Nullable<int> with get, set
Property Value
Type:
NullableInt32
See Also