IdeaBlade DevForce 2010 Help Reference
Tag Property
See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core.Configuration Namespace > VerifierElement Class : Tag Property



A free-form field for developer's custom use.

Syntax

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);
}

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

© 2013 All Rights Reserved.