2.2.4.179 SystemSettingsGetCriteria

The SystemSettingsGetCriteria complex type represents the criteria of a system settings group for retrieval.

The following is the XML schema definition of the SystemSettingsGetCriteria complex type.

 <xs:complexType name="SystemSettingsGetCriteria">
   <xs:complexContent mixed="false">
     <xs:extension xmlns:q999="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" base="q999:DataContractBase">
       <xs:sequence>
         <xs:element minOccurs="0" name="Group" nillable="true" type="q999:Identifier" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

Group: Specifies the name of the system settings group to filter on.