Partilhar via


Propriedade do RDL UserPreferencesDeleteRequest.DeleteAllUserPreferences

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

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

Sintaxe

'Declaração
<MessageBodyMemberAttribute> _
Public Property DeleteAllUserPreferences As Boolean 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

UserPreferencesDeleteRequest Classe

Namespace Microsoft.MasterDataServices.Services.MessageContracts