3.1.4.73.2.2 UserPreferencesGetResponse

The UserPreferencesGetResponse response element returns an array of key/value pairs that represent the user preference settings and their current values.

The following is the XML schema definition of the UserPreferencesGetResponse element.

   <xs:element name="UserPreferencesGetResponse">
     <xs:complexType>
       <xs:sequence>
         <xs:element xmlns:q133="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="OperationResult" nillable="true" type="q133:OperationResult" />
         <xs:element xmlns:q134="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="UserPreferences" nillable="true" type="q134:ArrayOfKeyValueOfstringstring" />
       </xs:sequence>
     </xs:complexType>
   </xs:element>

OperationResult: Specifies the list of errors that is returned if the operation fails.

UserPreferences: Specifies an ArrayOfKeyValueOfstringstring complex type that contains key/value pairs.