Dart.PowerTCP.Zip Namespace > Archive 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
[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.