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
- 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.
See Also
Reference
Microsoft.TeamFoundation.Build.Controls.Extensibility Namespace