UserProfilePropertiesForUser Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- context
- ClientRuntimeContext
- 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
- context
- ClientRuntimeContext
- accountName
- String
- propertyNames
- String[]