Fixture Property

MSBuild

Gets or sets the fixture.


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

Syntax

Visual Basic (Declaration)
Public Property Fixture As String
C#
public string Fixture { get; set; }
C++
public property string Fixture sealed  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_Fixture();

/** property */
public void set_Fixture(string value);
JScript
public function get Fixture() : String

public function set Fixture(value : String);

Property Value

The fixture.

See Also

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