ILogging.Tag Property
Gets or sets user-defined data associated with the object.
Namespace: Microsoft.Uii.Common.Logging
Assembly: Microsoft.Uii.Common.Logging (in Microsoft.Uii.Common.Logging.dll)
Usage
'Usage
Dim instance As ILogging
Dim value As String
value = instance.Tag
instance.Tag = value
Syntax
'Declaration
Property Tag As String
string Tag { get; set; }
property String^ Tag {
String^ get ();
void set (String^ value);
}
/** @property */
String get_Tag ()
/** @property */
void set_Tag (String value)
function get Tag () : String
function set Tag (value : String)
Property Value
Type: String
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
ILogging Interface
ILogging Members
Microsoft.Uii.Common.Logging Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.