Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The sys:TupleOfGetAddressSpaceFilteranyType2zwQHvQz complex type specifies a key value pair wherein m_Item1 specifies an ipam:GetAddressSpaceFilter type specifying the type of filter to be applied with the value of the filter specified in the m_Item2 portion key value pair entry.
-
<xs:complexType name="TupleOfGetAddressSpaceFilteranyType2zwQHvQz"> <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="GetAddressSpaceFilter" 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:GetAddressSpaceFilter" /> <xs:element name="m_Item2" nillable="true" type="xsd:anyType" /> </xs:sequence> </xs:complexType>
m_Item1: Specifies a filter key criteria as GetAddressSpaceFilter.
m_Item2: Specifies an optional value that is used to meet the filter criteria defined in m_Item1.