Click or drag to resize
WebServerSettingsAdministratorUserIds Property
Gets the list of users that are considered to be administrators of the site.

Namespace: VirtualRadar.Interface.Settings
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public NotifyList<string> AdministratorUserIds { get; }

Property Value

Type: NotifyListString
Remarks
Administrators can automatically do anything a user can do, they do not need to be listed both here and BasicAuthenticationUserIds.
See Also