ColleagueManager.IsColleague method (Int64)
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Function IsColleague ( _
recordID As Long _
) As Boolean
'Usage
Dim instance As ColleagueManager
Dim recordID As Long
Dim returnValue As Boolean
returnValue = instance.IsColleague(recordID)
public bool IsColleague(
long recordID
)
Parameters
- recordID
Type: System.Int64
Return value
Type: System.Boolean