Campo UserPreferences
An ArrayOfKeyValueOfstringstring complex type containing key-value pairs.
Spazio dei nomi Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Sintassi
'Dichiarazione
<MessageBodyMemberAttribute> _
Public UserPreferences As Dictionary(Of String, String)
'Utilizzo
Dim instance As UserPreferencesDeleteRequest
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>