WebServerSettingsAdministratorUserIds Property |
Gets the list of users that are considered to be administrators of the site.
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public NotifyList<string> AdministratorUserIds { get; }
Public ReadOnly Property AdministratorUserIds As NotifyList(Of String)
Get
public:
property NotifyList<String^>^ AdministratorUserIds {
NotifyList<String^>^ get ();
}
member AdministratorUserIds : NotifyList<string> with get
Property Value
Type:
NotifyListStringRemarks
Administrators can automatically do anything a user can do, they do not need to be listed
both here and
BasicAuthenticationUserIds.
See Also