UserPreferencesDeleteRequest Class

Definition

Defines the message contract for the user preferences delete request.

public ref class UserPreferencesDeleteRequest
[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="UserPreferencesDeleteRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class UserPreferencesDeleteRequest
[<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="UserPreferencesDeleteRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type UserPreferencesDeleteRequest = class
Public Class UserPreferencesDeleteRequest
Inheritance
UserPreferencesDeleteRequest
Attributes

Remarks

UserPreferencesDeleteRequest may include either a UserPreferences property containing one or more preference keys or DeleteAllUserPreferences set to true.

Constructors

UserPreferencesDeleteRequest()

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

UserPreferencesDeleteRequest(International, Boolean, Dictionary<String,String>)

Initializes a new instance of the UserPreferencesDeleteRequest class that has the specified cultural settings, user deletion preferences, and user preferences.

Fields

DeleteAllUserPreferences

When set to true, deletes all preferences for the current user; otherwise, false.

International

The cultural settings.

UserPreferences

The user preferences to delete.

Applies to