UserPreferencesUpdateRequest Class
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.
Defines the message contract for the user preferences update request.
public ref class UserPreferencesUpdateRequest
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Diagnostics.DebuggerStepThrough]
[System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="UserPreferencesUpdateRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class UserPreferencesUpdateRequest
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="UserPreferencesUpdateRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type UserPreferencesUpdateRequest = class
Public Class UserPreferencesUpdateRequest
- Inheritance
-
UserPreferencesUpdateRequest
- Attributes
Remarks
UserPreferencesUpdateRequest must include a UserPreferences property with one or more preference settings as key-value pairs.
Constructors
UserPreferencesUpdateRequest() |
Initializes a new instance of the UserPreferencesUpdateRequest class that has default values. |
UserPreferencesUpdateRequest(International, Dictionary<String,String>) |
Initializes a new instance of the UserPreferencesUpdateRequest class that has the specified cultural settings and user preferences to update. |
Fields
International |
The cultural settings. |
UserPreferences |
The user preferences to update. |