Gets or sets a value indicating file is hidden, and thus is not included in an ordinary directory listing.
Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property Hidden As Boolean |
C# |
---|
public bool Hidden { get; set; } |
C++ |
---|
public property bool Hidden sealed { bool get(); void set(bool value); } |
J# |
---|
/** property */ public bool get_Hidden(); /** property */ public void set_Hidden(bool value); |
JScript |
---|
public function get Hidden() : bool public function set Hidden(value : bool); |
Property Value
if hidden; otherwise,
.
See Also
Documentation version 1.0.0.0.