2.2.4.174 sysgen:KeyValuePairOfCollectionOperationsDhcpOptionnTEz2bI_S

The sysgen:KeyValuePairOfCollectionOperationsDhcpOptionnTEz2bI_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 DhcpOption data specified in the value portion.

 <xs:complexType name="KeyValuePairOfCollectionOperationsDhcpOptionnTEz2bI_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="DhcpOption" 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:DhcpOption" />
   </xs:sequence>
 </xs:complexType>