3.1.4.66.2.2 SystemSettingsGetResponse

The SystemSettingsGetResponse response element provides system settings within an ArrayOfSystemSettingGroup complex type.

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

   <xs:element name="SystemSettingsGetResponse">
     <xs:complexType>
       <xs:sequence>
         <xs:element xmlns:q518="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="OperationResult" nillable="true" type="q518:OperationResult"/>
         <xs:element xmlns:q519="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="SystemSettingsGroups" nillable="true" type="q519:ArrayOfSystemSettingGroup"/>
       </xs:sequence>
     </xs:complexType>
   </xs:element>

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

SystemSettingsGroups: Specifies an ArrayOfSystemSettingGroup complex type.