UserPreferencesUpdateResponse Constructors

Definition

Initializes a new instance of the UserPreferencesUpdateResponse class.

Overloads

UserPreferencesUpdateResponse()

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

UserPreferencesUpdateResponse(OperationResult)

Initializes a new instance of the UserPreferencesUpdateResponse class that has the specified operation result.

UserPreferencesUpdateResponse()

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

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

Applies to

UserPreferencesUpdateResponse(OperationResult)

Initializes a new instance of the UserPreferencesUpdateResponse class that has the specified operation result.

public:
 UserPreferencesUpdateResponse(Microsoft::MasterDataServices::OperationResult ^ OperationResult);
public UserPreferencesUpdateResponse (Microsoft.MasterDataServices.OperationResult OperationResult);
new Microsoft.MasterDataServices.UserPreferencesUpdateResponse : Microsoft.MasterDataServices.OperationResult -> Microsoft.MasterDataServices.UserPreferencesUpdateResponse
Public Sub New (OperationResult As OperationResult)

Parameters

OperationResult
OperationResult

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

Applies to