DialogSelectSourceControlItem.ServerPath Property
Namespace: Microsoft.TeamFoundation.Build.Controls
Assembly: Microsoft.TeamFoundation.Build.Controls (in Microsoft.TeamFoundation.Build.Controls.dll)
Syntax
'Declaration
Public Property ServerPath As String
public string ServerPath { get; private set; }
public:
property String^ ServerPath {
String^ get ();
private: void set (String^ value);
}
member ServerPath : string with get, private set
function get ServerPath () : String
private function set ServerPath (value : String)
Property Value
Type: System.String
Returns String.
.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.