Gets or sets the user's unique identifier.
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax string UniqueId { get; set; }
Property UniqueId As String
Get
Set
property String^ UniqueId {
String^ get ();
void set (String^ value);
}
abstract UniqueId : string with get, set
Property Value
Type:
StringRemarks
The Unique ID should ideally be a value that you can guarantee will only
be assigned to a single user and, if that user is deleted, will not be
re-used for another user. However, if your user repository cannot make
that guarantee then it would be acceptable to return the LoginName here,
there would be side-effects but they would not be too surprising.
See Also