AuthenticationRequiredEventArgsIsAdministrator Property |
Gets or sets a value indicating that the user is an administrator.
Namespace: VirtualRadar.Interface.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool IsAdministrator { get; set; }
Public Property IsAdministrator As Boolean
Get
Set
public:
property bool IsAdministrator {
bool get ();
void set (bool value);
}
member IsAdministrator : bool with get, set
Property Value
Type:
BooleanSee Also