TfsLibraryLocation Property

MSBuild

The location of the Team Foundation Server client assemblies. Leave empty when the client is installed in the Global Assembly Cache.


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

Syntax

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

/** property */
public void set_TfsLibraryLocation(string value);
JScript
public function get TfsLibraryLocation() : String

public function set TfsLibraryLocation(value : String);

See Also

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