Retrieves the top-level connector-object for a specified hierarchical connector configuration property.
public static CxProperty getOneConfigProp(String propName);
A CxProperty object that contains the top-level connector-property object for the specified hierarchical connector property. If the property name is not found, the method returns null.
The getOneConfigProp() method obtains the top-level connector-property (CxProperty) object. From this retrieved object, you can use methods of the CxProperty class to obtain the desired values of the connector property.