ProfileService::SetPropertiesForCurrentUser Method (IDictionary<String^, Object^>^, Boolean)
Sets the values of the specified properties in the user profile.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
public: [OperationContractAttribute] Collection<String^>^ SetPropertiesForCurrentUser( IDictionary<String^, Object^>^ values, bool authenticatedUserOnly )
Parameters
- values
-
Type:
System.Collections.Generic::IDictionary<String^, Object^>^
A collection that contains names and values of the profile properties to set.
- authenticatedUserOnly
-
Type:
System::Boolean
A value that indicates whether properties are set only for users who have been authenticated.
Return Value
Type: System.Collections.ObjectModel::Collection<String^>^The properties that were not set for the user profile, if any.
You use the SetPropertiesForCurrentUser method to set a user's profile properties from an application that is compatible with the Windows Communication Foundation (WCF). The SetPropertiesForCurrentUser method returns any values that are not set, which might be for any one of the following reasons:
The specified profile property is read only (the WriteAccessProperties property for a specified profile property is not set to true).
The user profile does not have a profile property that has the matching name.
Validation of the value failed.
Available since 3.5