PowerTCP Zip Compression for .NET
Tag Property (Archive)




Gets or sets an object reference that can be used to associate this instance with any other. Gets or sets an object reference that can be used to associate this instance with any other.
Syntax
<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 Archive
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);
}

Property Value

Any object that is associated with the component; null if no objects are associated with the component. Any object that is associated with the object, null if no objects are associated with the object
Remarks
Use this property to associate any type derived from Object class with the component. A common use for the Tag property is to store data that is closely associated with the component.

Use this property to associate any object with the object.

See Also

Reference

Archive Class
Archive Members


PowerTCP Zip for .NET Documentation Version 2.1.1
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic