UserPreferencesGetResponse Constructors
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.
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.