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