QueryParameterMandatory Property |
|
DataPA OpenAnalytics API Reference
Gets and sets whether this Parameter 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 this Parameter is mandatory
Return Value
Type:
Booleantrue if this Parameter is mandatory
Remarks See Also