TreeComboBoxHatterasWpf.SelectedHatterasPath Property

The currently selected server path

Namespace:  Microsoft.TeamFoundation.VersionControl.Controls
Assembly:  Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)

Syntax

'Declaration
Public Property SelectedHatterasPath As String
public string SelectedHatterasPath { get; set; }
public:
property String^ SelectedHatterasPath {
    String^ get ();
    void set (String^ value);
}
member SelectedHatterasPath : string with get, set
function get SelectedHatterasPath () : String 
function set SelectedHatterasPath (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

TreeComboBoxHatterasWpf Class

Microsoft.TeamFoundation.VersionControl.Controls Namespace