QuickLink.IsBestBet Property
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.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