Pole UserPreferencesGetResponse.UserPreferences
Tablica typu złożonego zawierającego par klucz wartość.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.MessageContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<MessageBodyMemberAttribute> _
Public UserPreferences As Dictionary(Of String, String)
'Użycie
Dim instance As UserPreferencesGetResponse
Dim value As Dictionary(Of String, String)
value = instance.UserPreferences
instance.UserPreferences = value
[MessageBodyMemberAttribute]
public Dictionary<string, string> UserPreferences
[MessageBodyMemberAttribute]
public:
Dictionary<String^, String^>^ UserPreferences
[<MessageBodyMemberAttribute>]
val mutable UserPreferences: Dictionary<string, string>
public var UserPreferences : Dictionary<String, String>