'Declaration
Public Overloads Function GetCredentialProfile( _ ByVal userName As String _ ) As CredentialProfile
public CredentialProfile GetCredentialProfile( string userName )
Parameters
- userName
- The user ID of the profile to fetch.
Return Value
The profile, or null (Nothing) if the profile does not exist.