ProfileService::SetPropertiesForCurrentUser Method
Sets the values of the specified properties in the user profile.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
[OperationContractAttribute] public: 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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.