Switched Property

MSBuild

True if working copy is switched.


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

Syntax

Visual Basic (Declaration)
<Output>
Public Property Switched As Boolean
C#
[Output]
public bool Switched { get; set; }
C++
[Output]
public property bool Switched sealed  {
    bool get();
    void set(bool value);
}
J#
/** @attribute Output() */
/** property */
public bool get_Switched();

/** property */
public void set_Switched(bool value);
JScript
public function get Switched() : bool

public function set Switched(value : bool);

See Also

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