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.