StorageFile.Attributes Property

Definition

Gets the attributes of a file.

public:
 property FileAttributes Attributes { FileAttributes get(); };
FileAttributes Attributes();
public FileAttributes Attributes { get; }
var fileAttributes = storageFile.attributes;
Public ReadOnly Property Attributes As FileAttributes

Property Value

The file attributes.

Implements

Applies to