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
- 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.