UserPreferencesDeleteResponse Constructors

Definition

Initializes a new instance of the UserPreferencesDeleteResponse class.

Overloads

UserPreferencesDeleteResponse()

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

UserPreferencesDeleteResponse(OperationResult)

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

UserPreferencesDeleteResponse()

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

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

Applies to

UserPreferencesDeleteResponse(OperationResult)

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

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

Parameters

OperationResult
OperationResult

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

Applies to