Свойство 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