다음을 통해 공유


UserProfilePropertiesForUser Constructors

Definition

Overloads

UserProfilePropertiesForUser(ClientRuntimeContext, ObjectPath)
UserProfilePropertiesForUser(ClientRuntimeContext, String, String[])

UserProfilePropertiesForUser(ClientRuntimeContext, ObjectPath)

public UserProfilePropertiesForUser (Microsoft.SharePoint.Client.ClientRuntimeContext context, Microsoft.SharePoint.Client.ObjectPath objectPath);
new Microsoft.SharePoint.Client.UserProfiles.UserProfilePropertiesForUser : Microsoft.SharePoint.Client.ClientRuntimeContext * Microsoft.SharePoint.Client.ObjectPath -> Microsoft.SharePoint.Client.UserProfiles.UserProfilePropertiesForUser

Parameters

objectPath
ObjectPath

Applies to

UserProfilePropertiesForUser(ClientRuntimeContext, String, String[])

public UserProfilePropertiesForUser (Microsoft.SharePoint.Client.ClientRuntimeContext context, string accountName, string[] propertyNames);
new Microsoft.SharePoint.Client.UserProfiles.UserProfilePropertiesForUser : Microsoft.SharePoint.Client.ClientRuntimeContext * string * string[] -> Microsoft.SharePoint.Client.UserProfiles.UserProfilePropertiesForUser
Public Sub New (context As ClientRuntimeContext, accountName As String, propertyNames As String())

Parameters

accountName
String
propertyNames
String[]

Applies to