Dart.PowerTCP.Zip Namespace > ArchiveItem Class : Attributes Property |
<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); }
If the ArchiveItem represents a stream, this property returns a 0.
The following FileAttributes are supported by the Attributes property: