UserPreferencesDeleteRequest.DeleteAllUserPreferences 属性

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

命名空间:  Microsoft.MasterDataServices.Services.MessageContracts
程序集:  Microsoft.MasterDataServices.Services.Contracts(在 Microsoft.MasterDataServices.Services.Contracts.dll 中)

语法

声明
<MessageBodyMemberAttribute> _
Public Property DeleteAllUserPreferences As Boolean 
    Get 
    Set
用法
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)

属性值

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

请参阅

参考

UserPreferencesDeleteRequest 类

Microsoft.MasterDataServices.Services.MessageContracts 命名空间