WebServerSettingsConvertedUser Property |
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool ConvertedUser { get; set; }
Public Property ConvertedUser As Boolean
Get
Set
public:
property bool ConvertedUser {
bool get ();
void set (bool value);
}
member ConvertedUser : bool with get, set
Property Value
Type:
BooleanRemarks
The user is converted the first time version 2.0.3 is run, but only if the user manager
allows new users to be created. If creation is permitted then the user is added to the
BasicAuthenticationUserIds list.
See Also