DataPA Enterprise Dashboard Controls API Reference
Gets a property that indicates if the user is allowed access to the manage server screen.

Namespace: DataPAClientConfig
Assembly: 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: Boolean
True if the user is allowed access to the manage server screen.

Return Value

Type: Boolean
True if the user is allowed access to the manage server screen.

Remarks