UserPreferencesGetResponse 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 UserPreferencesGetResponse element returns an array of key/value pairs that represent the user preference settings and their current values.
public ref class UserPreferencesGetResponse : Microsoft::MasterDataServices::Services::MessageContracts::MessageResponse
[System.ServiceModel.MessageContract]
public class UserPreferencesGetResponse : Microsoft.MasterDataServices.Services.MessageContracts.MessageResponse
[<System.ServiceModel.MessageContract>]
type UserPreferencesGetResponse = class
inherit MessageResponse
Public Class UserPreferencesGetResponse
Inherits MessageResponse
- Inheritance
- Attributes
Constructors
UserPreferencesGetResponse() |
Initializes a new instance of the UserPreferencesGetResponse class. |
Properties
OperationResult |
Specifies the operation result. (Inherited from MessageResponse) |
UserPreferences |
Specifies the UserPreferences to return in the response. |