UserPreferences 字段
An array of a complex type containing key-value pairs.
命名空间: Microsoft.MasterDataServices.Services.MessageContracts
程序集: Microsoft.MasterDataServices.Services(在 Microsoft.MasterDataServices.Services.dll 中)
语法
声明
<MessageBodyMemberAttribute> _
Public UserPreferences As Dictionary(Of String, String)
用法
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>