共用方式為


UserPreferencesDeleteRequest.UserPreferences 屬性

Gets or sets the user preferences to delete. The value portion is ignored.

命名空間:  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 UserPreferencesDeleteRequest 
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 delete.

請參閱

參考

UserPreferencesDeleteRequest 類別

Microsoft.MasterDataServices.Services.MessageContracts 命名空間