Gets or sets the password as entered at the user interface.
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax string UIPassword { get; set; }
Property UIPassword As String
Get
Set
property String^ UIPassword {
String^ get ();
void set (String^ value);
}
abstract UIPassword : string with get, set
Property Value
Type:
StringRemarks
This is only ever filled by the user interface - the IUserManager should not store
passwords and it must never return passwords when loading users.
See Also