FieldMandatory Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates whether the condition for this field is mandatory.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool Mandatory { get; set; }
Public Property Mandatory As Boolean
Get
Set
public:
virtual property bool Mandatory {
bool get () sealed;
void set (bool value) sealed;
}
function get_Mandatory();
function set_Mandatory(value);
Property Value
Type:
BooleanTrue if the condition for this field is mandatory.
Return Value
Type:
BooleanTrue if the condition for this field is mandatory.
Remarks See Also