Dart.PowerTCP.Zip Namespace > ArchiveItem Class : Tag Property |
<DefaultValueAttribute()> <BrowsableAttribute(False)> <DescriptionAttribute("Gets or Sets an object reference that can be used to associate this instance with any other.")> Public Property Tag As Object
Dim instance As ArchiveItem Dim value As Object instance.Tag = value value = instance.Tag
[DefaultValue()] [Browsable(false)] [Description("Gets or Sets an object reference that can be used to associate this instance with any other.")] public object Tag {get; set;}
[DefaultValue()] [Browsable(false)] [Description("Gets or Sets an object reference that can be used to associate this instance with any other.")] public: __property Object* get_Tag(); public: __property void set_Tag( Object* value );
[DefaultValue()] [Browsable(false)] [Description("Gets or Sets an object reference that can be used to associate this instance with any other.")] public: property Object^ Tag { Object^ get(); void set ( Object^ value); }
Use this property to associate any object with the object.