FavoriteItem.Name Property

Display text for favorite entry

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

Syntax

'Declaration
<DataMemberAttribute(Name := "name", EmitDefaultValue := False)> _
Public Property Name As String
[DataMemberAttribute(Name = "name", EmitDefaultValue = false)]
public string Name { get; set; }
[DataMemberAttribute(Name = L"name", EmitDefaultValue = false)]
public:
property String^ Name {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute(Name = "name", EmitDefaultValue = false)>]
member Name : string with get, set
function get Name () : String 
function set Name (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

FavoriteItem Class

Microsoft.TeamFoundation.Controls Namespace