UserPreferencesUpdateRequest.UserPreferences Property
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.
Specifies the UserPreferences to update.
public:
property System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ UserPreferences { System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ get(); void set(System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ value); };
[System.ServiceModel.MessageBodyMember]
public System.Collections.Generic.Dictionary<string,string> UserPreferences { get; set; }
[<System.ServiceModel.MessageBodyMember>]
member this.UserPreferences : System.Collections.Generic.Dictionary<string, string> with get, set
Public Property UserPreferences As Dictionary(Of String, String)
Property Value
The user preferences to update.
- Attributes