IUserProfiles.GetProfileByID Method

Gets the user profile with the specified ID.
Function GetProfileByID( _ 
ByVal profileID As String
) As IUserProfile
This language is not supported or no code example is available.
IUserProfile GetProfileByID( 
string profileID 
)
This language is not supported or no code example is available.

Parameters

profileID
string

The ID of the profile to be found.

Return Value

IUserProfile

The profile found or null reference (Nothing in Visual Basic) if no such profile exists.

Version
 
Available since QDV 7.14.530.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition