IBuildProjectNode.ServerPath Property
Gets or sets the server path of this project.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Декларация
Property ServerPath As String
Get
Set
string ServerPath { get; set; }
property String^ ServerPath {
String^ get ();
void set (String^ value);
}
abstract ServerPath : string with get, set
function get ServerPath () : String
function set ServerPath (value : String)
Property Value
Type: System.String
The server path of this project.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.