CustomPropertyMaskLength Property |
Limits te length of the property value to the specified number of characters. Null means no limitation.
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<short> MaskLength { get; set; }
Public Property MaskLength As Nullable(Of Short)
Get
Set
public:
property Nullable<short>^ MaskLength {
Nullable<short>^ get ();
void set (Nullable<short>^ value);
}
member MaskLength : Nullable<int16> with get, set
Property Value
Type:
NullableInt16
See Also