Gets or sets an object reference that can be used to associate this instance with any other. Gets or sets an object reference that can be used to associate this instance with any other.
Syntax
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As Imap
Dim value As Object
instance.Tag = value
value = instance.Tag |
Property Value
Any object that is associated with the component; null if no objects are associated with the component. Any object that is associated with the object,
null if no objects are associated with the object
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also