Share via


QuickLink.IsBestBet property

Gets whether or not this link is a Best Bet (set using "GroupType" property).

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Property IsBestBet As Boolean
    Get
    Set
'Usage
Dim instance As QuickLink
Dim value As Boolean

value = instance.IsBestBet

instance.IsBestBet = value
public bool IsBestBet { get; set; }

Property value

Type: System.Boolean

See also

Reference

QuickLink class

QuickLink members

Microsoft.Office.Server.UserProfiles namespace