UserPreferencesGetResponse Constructors

Definition

Initializes a new instance of the UserPreferencesGetResponse class.

Overloads

UserPreferencesGetResponse()

Initializes a new instance of the UserPreferencesGetResponse class that has default values.

UserPreferencesGetResponse(OperationResult, Dictionary<String,String>)

Initializes a new instance of the UserPreferencesGetResponse class that has the specified operation result and user preferences to get.

UserPreferencesGetResponse()

Initializes a new instance of the UserPreferencesGetResponse class that has default values.

public:
 UserPreferencesGetResponse();
public UserPreferencesGetResponse ();
Public Sub New ()

Applies to

UserPreferencesGetResponse(OperationResult, Dictionary<String,String>)

Initializes a new instance of the UserPreferencesGetResponse class that has the specified operation result and user preferences to get.

public:
 UserPreferencesGetResponse(Microsoft::MasterDataServices::OperationResult ^ OperationResult, System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ UserPreferences);
public UserPreferencesGetResponse (Microsoft.MasterDataServices.OperationResult OperationResult, System.Collections.Generic.Dictionary<string,string> UserPreferences);
new Microsoft.MasterDataServices.UserPreferencesGetResponse : Microsoft.MasterDataServices.OperationResult * System.Collections.Generic.Dictionary<string, string> -> Microsoft.MasterDataServices.UserPreferencesGetResponse
Public Sub New (OperationResult As OperationResult, UserPreferences As Dictionary(Of String, String))

Parameters

OperationResult
OperationResult

The operation result, including a unique ID for tracking and logging.

UserPreferences
Dictionary<String,String>

The user preferences to get.

Applies to