System Property

MSBuild

Gets or sets a value indicating file is a system file.


Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
Public Property System As Boolean
C#
public bool System { get; set; }
C++
public property bool System sealed  {
    bool get();
    void set(bool value);
}
J#
/** property */
public bool get_System();

/** property */
public void set_System(bool value);
JScript
public function get System() : bool

public function set System(value : bool);

Property Value

true if system; otherwise, false.

See Also

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