Gets or sets an object that the application can tag the user with.
            
 
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
SyntaxProperty Tag As Object
	Get
	Set
property Object^ Tag {
	Object^ get ();
	void set (Object^ value);
}abstract Tag : Object with get, set
Property Value
Type: 
Object Remarks
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
See Also