LoggingMessageBox.Tag Property
Gets or sets user-defined data associated with the object.
Namespace: Microsoft.Uii.Common.Logging.Providers
Assembly: Microsoft.Uii.Common.Logging.Providers (in Microsoft.Uii.Common.Logging.Providers.dll)
Usage
'Usage
Dim instance As LoggingMessageBox
Dim value As String
value = instance.Tag
instance.Tag = value
Syntax
'Declaration
Public Property Tag As String
public string Tag { get; set; }
public:
virtual property String^ Tag {
String^ get () sealed;
void set (String^ value) sealed;
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public final String get_Tag ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public final void set_Tag (String value)
DebuggerStepThroughAttribute
public final function get Tag () : String
DebuggerStepThroughAttribute
public final function set Tag (value : String)
Property Value
Type: String
Remarks
Not used...
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
LoggingMessageBox Class
LoggingMessageBox Members
Microsoft.Uii.Common.Logging.Providers Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.