TreeComboBoxHatterasWpf.TfsName Property

The name we will use instead of $/.

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

Syntax

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

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

TreeComboBoxHatterasWpf Class

Microsoft.TeamFoundation.VersionControl.Controls Namespace