IDefinitionModel.IsFavorite Property

This value indicates if the definition is marked as a favorite by the user

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

Syntax

'Declaration
ReadOnly Property IsFavorite As Boolean
bool IsFavorite { get; }
property bool IsFavorite {
    bool get ();
}
abstract IsFavorite : bool with get
function get IsFavorite () : boolean

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

IDefinitionModel Interface

Microsoft.TeamFoundation.Build.Controls.Extensibility Namespace