Leadtools.Barcode Namespace > BarcodeData Class : Tag Property |
[XmlIgnoreAttribute()] [BrowsableAttribute(false)] public object Tag {get; set;}
'Declaration <XmlIgnoreAttribute()> <BrowsableAttribute(False)> Public Property Tag As Object
'Usage Dim instance As BarcodeData Dim value As Object instance.Tag = value value = instance.Tag
[XmlIgnoreAttribute()] [BrowsableAttribute(false)] public object Tag {get; set;}
@property (nonatomic, copy) id tag;
public Object getTag() public void setTag(Object value)
XmlIgnoreAttribute() BrowsableAttribute()
get_Tag();
set_Tag(value);
Object.defineProperty('Tag');
[XmlIgnoreAttribute()] [BrowsableAttribute(false)] 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.