2.2.4.176 SystemPropertyValue

The SystemPropertyValue complex type defines the data contract for system properties.

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

 <xs:complexType name="SystemPropertyValue">
   <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="SystemPropertyType" type="q999:SystemPropertyType" />
         <xs:element minOccurs="0" name="Value" nillable="true" type="xs:string" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

SystemPropertyType: Specifies the SystemPropertyType.

Value: Specifies the system property value.