ProfileLoader.GetOwnerUserProfile method

Namespace:  Microsoft.SharePoint.Client.UserProfiles
Assembly:  Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)

Syntax

'Declaration
Public Shared Function GetOwnerUserProfile ( _
    context As ClientRuntimeContext _
) As UserProfile
'Usage
Dim context As ClientRuntimeContext
Dim returnValue As UserProfile

returnValue = ProfileLoader.GetOwnerUserProfile(context)
public static UserProfile GetOwnerUserProfile(
    ClientRuntimeContext context
)

Parameters

Return value

Type: Microsoft.SharePoint.Client.UserProfiles.UserProfile

See also

Reference

ProfileLoader class

ProfileLoader members

Microsoft.SharePoint.Client.UserProfiles namespace