DataPA Enterprise Dashboard Controls API Reference
Gets a value that indicates if the user is allowed to administer the server.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
C# |
---|
public bool Administrator { get; } |
Visual Basic |
---|
Public ReadOnly Property Administrator As Boolean
Get |
Visual C++ |
---|
public:
virtual property bool Administrator {
bool get () sealed;
} |
Return Value
Type:
BooleanTrue if the user is allowed to manage links.
Remarks
See Also