Share via


2.2.4.173 sysgen:KeyValuePairOfCollectionOperationsDhcpExclusionRangenTEz2bI_S

The sysgen:KeyValuePairOfCollectionOperationsDhcpExclusionRangenTEz2bI_S complex type specifies a key value pair wherein the key specifies a CollectionOperations type specifying the type of operation that has to be performed on the DhcpExclusionRange data specified in the value portion.

 <xs:complexType name="KeyValuePairOfCollectionOperationsDhcpExclusionRangenTEz2bI_S">
   <xs:annotation>
     <xs:appinfo>
       <GenericType Name="KeyValuePairOf{0}{1}{#}" Namespace="http://schemas.datacontract.org/2004/07/System.Collections.Generic" xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
         <GenericParameter Name="CollectionOperations" Namespace="http://Microsoft.Windows.Ipam" />
         <GenericParameter Name="DhcpExclusionRange" Namespace="http://Microsoft.Windows.Ipam" />
       </GenericType>
       <IsValueType xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</IsValueType>
     </xs:appinfo>
   </xs:annotation>
   <xs:sequence>
     <xs:element name="key" type="ipam:CollectionOperations" />
     <xs:element name="value" nillable="true" type="ipam:DhcpExclusionRange" />
   </xs:sequence>
 </xs:complexType>