Attributes Property

DTF API

Copy image CopyHover image
Deployment Tools Foundation Attributes Property
Deployment Tools Foundation NamespacesMicrosoft.Deployment.CompressionArchiveFileInfoAttributes
Gets the attributes of the file.
Declaration Syntax
C# Visual Basic Visual C++ F#
public FileAttributes Attributes { get; }
Public ReadOnly Property Attributes As FileAttributes
	Get
public:
property FileAttributes Attributes {
	FileAttributes get ();
}
member Attributes : FileAttributes with get
Property Value
FileAttributes
The attributes of the file as stored in the archive.

Assembly: Microsoft.Deployment.Compression (Module: Microsoft.Deployment.Compression.dll) Version: 3.0.0.0 (3.11.1.2318)