FolderInformation.Attributes Property

Definition

Gets the attributes of a loaded folder.

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

Property Value

The folder attributes.

Implements

Applies to