FileSystemEntry.IsHidden Property

Definition

Gets a value that indicates whether the file has the hidden attribute.

public:
 property bool IsHidden { bool get(); };
public bool IsHidden { get; }
member this.IsHidden : bool
Public ReadOnly Property IsHidden As Boolean

Property Value

true if the file has the hidden attribute; otherwise, false.

Applies to