Share via


2.2.4.36 CustomFieldEnumerationParameters

The CustomFieldEnumerationParameters complex type specifies the set of parameters to be used for enumerating the custom fields.

 <xs:complexType name="CustomFieldEnumerationParameters">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:EnumerationParametersBase">
       <xs:sequence>
         <xs:element minOccurs="0" name="CustomFieldName" nillable="true" type="xsd:string" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

CustomFieldName: This specifies the name of the custom field to be retrieved.