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 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.