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