SubjectAllowInMulti Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates if this subject can be used in a multi level query
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool AllowInMulti { get; set; }
Public Property AllowInMulti As Boolean
Get
Set
public:
virtual property bool AllowInMulti {
bool get () sealed;
void set (bool value) sealed;
}
function get_AllowInMulti();
function set_AllowInMulti(value);
Property Value
Type:
BooleanTrue if this subject can be used in a multi level query
Return Value
Type:
BooleanTrue if this subject can be used in a multi level query
Remarks See Also