Normal Property

MSBuild

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

true if normal; otherwise, false.

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.