PowerTCP Zip Compression for .NET
Attributes Property




Gets or sets the file attributes for the ArchiveItem object.
Syntax
<DefaultValueAttribute()>
<CategoryAttribute("ArchiveItem")>
<DescriptionAttribute("The file attributes when this object represents a file. When this item object represents a non-file item, this property has no effect.")>
Public Property Attributes As FileAttributes
Dim instance As ArchiveItem
Dim value As FileAttributes
 
instance.Attributes = value
 
value = instance.Attributes
[DefaultValue()]
[Category("ArchiveItem")]
[Description("The file attributes when this object represents a file. When this item object represents a non-file item, this property has no effect.")]
public FileAttributes Attributes {get; set;}
[DefaultValue()]
[Category("ArchiveItem")]
[Description("The file attributes when this object represents a file. When this item object represents a non-file item, this property has no effect.")]
public: __property FileAttributes get_Attributes();
public: __property void set_Attributes( 
   FileAttributes value
);
[DefaultValue()]
[Category("ArchiveItem")]
[Description("The file attributes when this object represents a file. When this item object represents a non-file item, this property has no effect.")]
public:
property FileAttributes Attributes {
   FileAttributes get();
   void set (    FileAttributes value);
}

Property Value

The FileAttributes of the ArchiveItem object.
Remarks

If the ArchiveItem represents a stream, this property returns a 0.

The following FileAttributes are supported by the Attributes property:

See Also

Reference

ArchiveItem Class
ArchiveItem Members


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