SecurityInfoAllowSubjects Property |
|
DataPA OpenAnalytics API Reference
Gets a value that indicates if the user is allowed to manage subjects.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool AllowSubjects { get; }
Public ReadOnly Property AllowSubjects As Boolean
Get
public:
virtual property bool AllowSubjects {
bool get () sealed;
}
function get_AllowSubjects();
Return Value
Type:
BooleanTrue if the user is allowed to manage subjects.
Remarks See Also