Share via


FavoriteItem.Type Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Application specific favorite entry specifier.

Empty or Null represents that Favorite item is a Folder

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

Syntax

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

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

FavoriteItem Class

Microsoft.TeamFoundation.Controls Namespace