Share via


2.2.4.107 IpamNumberOfRowsObject

The IpamNumberOfRowsObject complex type defines the type that can be used to return a integer value specifying the number of rows as a result from the IPAM enumeration port types.

 <xs:complexType name="IpamNumberOfRowsObject">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:IpamObject">
       <xs:sequence>
         <xs:element minOccurs="0" name="NumberOfRows" type="xsd:int" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

NumberOfRows: This specifies an integer specifying the number of rows returned.