Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
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;}
@property (nonatomic, copy) id tag
public Object getTag() public void setTag(Object value)
BrowsableAttribute() XmlIgnoreAttribute() <br/>get_Tag();<br/>set_Tag(value);<br/>Object.defineProperty('Tag');
[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.