| Visual Basic (Declaration) | |
|---|---|
<DescriptionAttribute("A free-form field for developer's custom use")> <DefaultValueAttribute()> <XmlAttributeAttribute("tag")> Public Property Tag As String  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim instance As KeyElement Dim value As String instance.Tag = value value = instance.Tag  | |
| C# | |
|---|---|
[DescriptionAttribute("A free-form field for developer's custom use")] [DefaultValueAttribute()] [XmlAttributeAttribute("tag")] public string Tag {get; set;}  | |
| C++/CLI | |
|---|---|
[DescriptionAttribute("A free-form field for developer's custom use")] [DefaultValueAttribute()] [XmlAttributeAttribute("tag")] public: property String^ Tag { String^ get(); void set ( String^ value); }  | |
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