IUDefFieldIsMandatory Property |
Is this field Mandatory? (can not be blank/empty)
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxbool IsMandatory { get; }
ReadOnly Property IsMandatory As Boolean
Get
Dim instance As IUDefField
Dim value As Boolean
value = instance.IsMandatory
property bool IsMandatory {
bool get ();
}
Property Value
Type:
Boolean
See Also