AttributeTypeDescriptionIntegerMinimum Property |
Integer Minimum - For an Integer attribute, this is the minimum value, inclusive.
Namespace: IdmNet.ModelsAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic Nullable<int> IntegerMinimum { get; set; }
Public Property IntegerMinimum As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> IntegerMinimum {
Nullable<int> get ();
void set (Nullable<int> value);
}
member IntegerMinimum : Nullable<int> with get, set
Property Value
Type:
NullableInt32
See Also