Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the profile associated with the specified record identifier.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public MustOverride Function GetProfile ( _
recordId As Long _
) As ProfileBase
'Usage
Dim instance As ProfileManagerBase
Dim recordId As Long
Dim returnValue As ProfileBase
returnValue = instance.GetProfile(recordId)
public abstract ProfileBase GetProfile(
long recordId
)
Parameters
- recordId
Type: System.Int64
Return Value
Type: Microsoft.Office.Server.UserProfiles.ProfileBase