PeopleManager.SetSingleValueProfileProperty método
Namespace: Microsoft.SharePoint.Client.UserProfiles
Assemblies: Microsoft.SharePoint.Client.UserProfiles.Silverlight (em Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll); Microsoft.SharePoint.Client.UserProfiles.Phone (em Microsoft.SharePoint.Client.UserProfiles.Phone.dll) Microsoft.SharePoint.Client.UserProfiles (em Microsoft.SharePoint.Client.UserProfiles.dll)
Sintaxe
'Declaração
Public Sub SetSingleValueProfileProperty ( _
accountName As String, _
propertyName As String, _
propertyValue As String _
)
'Uso
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
)
Parâmetros
- accountName
Tipo: System.String
- propertyName
Tipo: System.String
- propertyValue
Tipo: System.String