Share via


UserPreferencesGetResponse.UserPreferences 属性

定义

指定要在响应中返回的用户首选项。

public:
 property System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ UserPreferences { System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ get(); void set(System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ value); };
[System.ServiceModel.MessageBodyMember]
public System.Collections.Generic.Dictionary<string,string> UserPreferences { get; set; }
[<System.ServiceModel.MessageBodyMember>]
member this.UserPreferences : System.Collections.Generic.Dictionary<string, string> with get, set
Public Property UserPreferences As Dictionary(Of String, String)

属性值

要在响应中返回的 UserPreferences。

属性

适用于