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.
The UserPreferencesUpdateRequest element MUST include a UserPreferences property that has one or more preference settings as key/value pairs.
public ref class UserPreferencesUpdateRequest : Microsoft::MasterDataServices::Services::MessageContracts::MessageRequest
[System.ServiceModel.MessageContract]
public class UserPreferencesUpdateRequest : Microsoft.MasterDataServices.Services.MessageContracts.MessageRequest
[<System.ServiceModel.MessageContract>]
type UserPreferencesUpdateRequest = class
inherit MessageRequest
Public Class UserPreferencesUpdateRequest
Inherits MessageRequest
- Inheritance
- Attributes
Constructors
UserPreferencesUpdateRequest() |
Initializes a new instance of the UserPreferencesUpdateRequest class. |
Properties
International |
Specifies client localization information. (Inherited from MessageRequest) |
RequestId |
Specifies the request identifier. (Inherited from MessageRequest) |
UserPreferences |
Specifies the UserPreferences to update. |