UserPreferences 필드
An ArrayOfKeyValueOfstringstring 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 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>