Gets or sets the user preferences to return in the response.
네임스페이스: Microsoft.MasterDataServices.Services.MessageContracts
어셈블리: Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.dll)
구문
‘선언
<MessageBodyMemberAttribute> _
Public Property UserPreferences As Dictionary(Of String, String)
Get
Set
‘사용 방법
Dim instance As UserPreferencesGetResponse
Dim value As Dictionary(Of String, String)
value = instance.UserPreferences
instance.UserPreferences = value
[MessageBodyMemberAttribute]
public Dictionary<string, string> UserPreferences { get; set; }
[MessageBodyMemberAttribute]
public:
property Dictionary<String^, String^>^ UserPreferences {
Dictionary<String^, String^>^ get ();
void set (Dictionary<String^, String^>^ value);
}
[<MessageBodyMemberAttribute>]
member UserPreferences : Dictionary<string, string> with get, set
function get UserPreferences () : Dictionary<String, String>
function set UserPreferences (value : Dictionary<String, String>)
속성 값
유형: System.Collections.Generic.Dictionary<String, String>
The user preferences to return in the response.
참고 항목
참조
UserPreferencesGetResponse 클래스
Microsoft.MasterDataServices.Services.MessageContracts 네임스페이스