Click or drag to resize
IUserTag Property
Gets or sets an object that the application can tag the user with.

Namespace: VirtualRadar.Interface.Settings
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Object Tag { get; set; }

Property Value

Type: Object
Remarks
This is not to be saved to the database, it's just an object that the application has assigned to the user. It should be ignored by the user manager.
See Also