Partager via


Propriété UserPreferencesDeleteRequest.DeleteAllUserPreferences

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

Espace de noms :  Microsoft.MasterDataServices.Services.MessageContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<MessageBodyMemberAttribute> _
Public Property DeleteAllUserPreferences As Boolean 
    Get 
    Set
'Utilisation
Dim instance As UserPreferencesDeleteRequest 
Dim value As Boolean 

value = instance.DeleteAllUserPreferences

instance.DeleteAllUserPreferences = value
[MessageBodyMemberAttribute]
public bool DeleteAllUserPreferences { get; set; }
[MessageBodyMemberAttribute]
public:
property bool DeleteAllUserPreferences {
    bool get ();
    void set (bool value);
}
[<MessageBodyMemberAttribute>]
member DeleteAllUserPreferences : bool with get, set
function get DeleteAllUserPreferences () : boolean 
function set DeleteAllUserPreferences (value : boolean)

Valeur de propriété

Type : System.Boolean
true if all users’ preferences will be deleted; otherwise, false.

Voir aussi

Référence

UserPreferencesDeleteRequest Classe

Espace de noms Microsoft.MasterDataServices.Services.MessageContracts