UserPreferencesDeleteRequest.DeleteAllUserPreferences Property

 

Gets or sets a value that indicates whether all users’ preferences will be deleted.

Namespace:   Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

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

Property Value

Type: System.Boolean

true if all users’ preferences will be deleted; otherwise, false.

See Also

UserPreferencesDeleteRequest Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace

Return to top