JsonConfIntegerEditorAttributeMin Property |
Indicates the minimum value to allow in the editor.
Defaults to int.MinValue which passes undefined (no min) to the schema.
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic long Min { get; set; }
Public Property Min As Long
Get
Set
public:
property long long Min {
long long get ();
void set (long long value);
}
Property Value
Type:
Int64
See Also