Gets or sets a value indicating file is normal and has no other attributes set.
Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property Normal As Boolean |
C# |
---|
public bool Normal { get; set; } |
C++ |
---|
public property bool Normal sealed { bool get(); void set(bool value); } |
J# |
---|
/** property */ public bool get_Normal(); /** property */ public void set_Normal(bool value); |
JScript |
---|
public function get Normal() : bool public function set Normal(value : bool); |
Property Value
if normal; otherwise,
.
See Also
Documentation version 1.0.0.0.