UserPreferencesDeleteRequest.DeleteAllUserPreferences Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.