Gets or sets the tag, which can include any additional information required by a developer.
Object that is associated with the label. 
 Syntax
Syntax
| Visual Basic (Declaration) |  | 
| Public Property Tag As Object | 
 
| Visual Basic (Usage) |  Copy Code | 
| Dim instance As CustomLabel
Dim value As Object
 
instance.Tag = value
 
value = instance.Tag
 | 
 
| C# |  | 
| public object Tag {get; set;} | 
 
Return Value
Object with additional information.
 
 Requirements
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
 
 See Also
See Also