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