TreeComboBoxHatterasWpf.NewHatterasPath Property

When the user enters a new server path in the text box, and hits enter, we put his new entry in this property to be checked by listeners to the NewHatterasPathEntered event.

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

Syntax

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

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

TreeComboBoxHatterasWpf Class

Microsoft.TeamFoundation.VersionControl.Controls Namespace