GCValueMandatory Property |
Get or set whether the UI should require that a value be entered for this GCV.
Namespace: DXMLBase.GcvAssembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic virtual bool Mandatory { get; set; }
Public Overridable Property Mandatory As Boolean
Get
Set
public:
virtual property bool Mandatory {
bool get ();
void set (bool value);
}
abstract Mandatory : bool with get, set
override Mandatory : bool with get, set
Property Value
Type:
Boolean
See Also