Retrieves the top-level connector-object for a specified hierarchical connector configuration property.
Syntax
public static CxProperty getOneConfigProp(String propName);
Parameters
Return values
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.
Notes
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.
See also