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 an organization profile with the specified record identifier.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Function GetOrganizationProfile ( _
recordId As Long _
) As OrganizationProfile
'Usage
Dim instance As OrganizationProfileManager
Dim recordId As Long
Dim returnValue As OrganizationProfile
returnValue = instance.GetOrganizationProfile(recordId)
public OrganizationProfile GetOrganizationProfile(
long recordId
)
Parameters
- recordId
Type: System.Int64
Return Value
Type: Microsoft.Office.Server.UserProfiles.OrganizationProfile
See Also
Reference
OrganizationProfileManager Class