Leadtools.Barcode Namespace > BarcodeData Class : Tag Property |
[BrowsableAttribute(false)] [XmlIgnoreAttribute()] public object Tag {get; set;}
'Declaration <BrowsableAttribute(False)> <XmlIgnoreAttribute()> Public Property Tag As Object
'Usage Dim instance As BarcodeData Dim value As Object instance.Tag = value value = instance.Tag
[BrowsableAttribute(false)] [XmlIgnoreAttribute()] public object Tag {get; set;}
ObjectiveC Syntax
Java Syntax
BrowsableAttribute() XmlIgnoreAttribute() get_Tag();
set_Tag(value);
[BrowsableAttribute(false)] [XmlIgnoreAttribute()] public: property Object^ Tag { Object^ get(); void set ( Object^ value); }
The Tag property can be used to store any object that you want to associate with a BarcodeData. You can store any item. Note: the Tag property is not used by LEADTOOLS.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2