Share via


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

See Also

Reference

DialogSelectSourceControlItem Class

Microsoft.TeamFoundation.Build.Controls Namespace