FileSystemEntry.Attributes Property

Definition

Gets the attributes for this entry.

public:
 property System::IO::FileAttributes Attributes { System::IO::FileAttributes get(); };
public System.IO.FileAttributes Attributes { get; }
member this.Attributes : System.IO.FileAttributes
Public ReadOnly Property Attributes As FileAttributes

Property Value

The attributes for this entry.

Applies to