Partager via


Champ UserPreferences

An array of strings representing the user preferences.

Espace de noms :  Microsoft.MasterDataServices.Services.MessageContracts
Assembly :  Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)

Syntaxe

'Déclaration
<MessageBodyMemberAttribute> _
Public UserPreferences As Dictionary(Of String, String)
'Utilisation
Dim instance As UserPreferencesUpdateRequest
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>