UserPreferences-Feld
An ArrayOfKeyValueOfstringstring complex type containing key-value pairs.
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
<MessageBodyMemberAttribute> _
Public UserPreferences As Dictionary(Of String, String)
'Usage
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>