PeopleManager.SetSingleValueProfileProperty method
Namespace: Microsoft.SharePoint.Client.UserProfiles
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public Sub SetSingleValueProfileProperty ( _
accountName As String, _
propertyName As String, _
propertyValue As String _
)
'Usage
Dim instance As PeopleManager
Dim accountName As String
Dim propertyName As String
Dim propertyValue As String
instance.SetSingleValueProfileProperty(accountName, _
propertyName, propertyValue)
public void SetSingleValueProfileProperty(
string accountName,
string propertyName,
string propertyValue
)
Parameters
- accountName
Type: System.String
- propertyName
Type: System.String
- propertyValue
Type: System.String