DataPA Enterprise Dashboard Controls API Reference
Gets a property that indicates if the user is allowed access to the manage server screen.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
C# |
---|
public bool AllowManageServer { get; } |
Visual Basic |
---|
Public ReadOnly Property AllowManageServer As Boolean
Get |
Visual C++ |
---|
public:
virtual property bool AllowManageServer {
bool get () sealed;
} |
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