Share via


2.2.4.417 sys:TupleOfGetIPRangeFilteranyType2zwQHvQz

The sys:TupleOfGetIPRangeFilteranyType2zwQHvQz complex type specifies a key value pair in which m_Item1 is an ipam:GetIPRangeFilter type specifying the filter type to be applied with the value of the filter specified in m_Item2.

 <xs:complexType name="TupleOfGetIPRangeFilteranyType2zwQHvQz">
   <xs:annotation>
     <xs:appinfo>
       <GenericType Name="TupleOf{0}{1}{#}" Namespace="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
         <GenericParameter Name="GetIPRangeFilter" Namespace="http://Microsoft.Windows.Ipam" />
         <GenericParameter Name="anyType" Namespace="http://www.w3.org/2001/XMLSchema" />
       </GenericType>
     </xs:appinfo>
   </xs:annotation>
   <xs:sequence>
     <xs:element name="m_Item1" type="ipam:GetIPRangeFilter" />
     <xs:element name="m_Item2" nillable="true" type="xsd:anyType" />
   </xs:sequence>
 </xs:complexType>

m_Item1: Specifies the filter key criteria as GetIPRangeFilter.

m_Item2: Specifies an optional value used to meet the filter criteria defined in m_Item1.