UserPreferencesDeleteResponse Class

Definition

Defines the message contract for the user preferences delete response.

public ref class UserPreferencesDeleteResponse
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Diagnostics.DebuggerStepThrough]
[System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="UserPreferencesDeleteResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class UserPreferencesDeleteResponse
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="UserPreferencesDeleteResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type UserPreferencesDeleteResponse = class
Public Class UserPreferencesDeleteResponse
Inheritance
UserPreferencesDeleteResponse
Attributes

Remarks

UserPreferencesDeleteResponse provides only standard operation results.

Constructors

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.

Fields

OperationResult

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

Applies to