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