Свойство UserPreferencesDeleteRequest.UserPreferences
Gets or sets the user preferences to delete. The value portion is ignored.
Пространство имен: Microsoft.MasterDataServices.Services.MessageContracts
Сборка: Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)
Синтаксис
'Декларация
<MessageBodyMemberAttribute> _
Public Property UserPreferences As Dictionary(Of String, String)
Get
Set
'Применение
Dim instance As UserPreferencesDeleteRequest
Dim value As Dictionary(Of String, String)
value = instance.UserPreferences
instance.UserPreferences = value
[MessageBodyMemberAttribute]
public Dictionary<string, string> UserPreferences { get; set; }
[MessageBodyMemberAttribute]
public:
property Dictionary<String^, String^>^ UserPreferences {
Dictionary<String^, String^>^ get ();
void set (Dictionary<String^, String^>^ value);
}
[<MessageBodyMemberAttribute>]
member UserPreferences : Dictionary<string, string> with get, set
function get UserPreferences () : Dictionary<String, String>
function set UserPreferences (value : Dictionary<String, String>)
Значение свойства
Тип: System.Collections.Generic.Dictionary<String, String>
The user preferences to delete.
См. также
Справочник
UserPreferencesDeleteRequest Класс
Пространство имен Microsoft.MasterDataServices.Services.MessageContracts