UserPreferencesDeleteRequest.DeleteAllUserPreferences Property

Definition

Indicates whether to delete all the user's preferences.

public:
 property bool DeleteAllUserPreferences { bool get(); void set(bool value); };
[System.ServiceModel.MessageBodyMember]
public bool DeleteAllUserPreferences { get; set; }
[<System.ServiceModel.MessageBodyMember>]
member this.DeleteAllUserPreferences : bool with get, set
Public Property DeleteAllUserPreferences As Boolean

Property Value

true to delete all the user's preferences; otherwise, false.

Attributes

Remarks

If this property is set to True then the UserPreferences property is ignored.

Applies to