UserPreferencesDeleteRequest.UserPreferences Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The user preferences to delete.
public: System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ UserPreferences;
[System.ServiceModel.MessageBodyMember(Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", Order=1)]
public System.Collections.Generic.Dictionary<string,string> UserPreferences;
[<System.ServiceModel.MessageBodyMember(Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", Order=1)>]
val mutable UserPreferences : System.Collections.Generic.Dictionary<string, string>
Public UserPreferences As Dictionary(Of String, String)
Field Value
- Attributes