Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the server path of the file, if it can be determined.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Property ServerPath As String
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 the file, if it can be determined.
.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.