FileSystemEntryInfoIsHidden Property |
Gets a value indicating whether this instance is hidden, and thus is not included in an ordinary directory listing.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public bool IsHidden { get; }
Public ReadOnly Property IsHidden As Boolean
Get
public:
property bool IsHidden {
bool get ();
}
member IsHidden : bool with get
Property Value
Type:
Boolean if this instance is hidden; otherwise,
.
See Also