FavoriteItem.Data Property

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

Application specific data for the entry

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

Syntax

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

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

FavoriteItem Class

Microsoft.TeamFoundation.Controls Namespace