static CxProperty[] getAllUserProperties();
None.
A reference to an array of CxProperty objects, each of which contains one connector-specific connector property for the current connector.
The getAllUserProperties() method retrieves the connedtor-specific configuration properties as an array of CxProperty objects. Each connector-property (CxProperty) object contains a single connector-specific property and can hold a single value, another property, or a combination of values and child properties. Use methods of the CxProperty class (such as getAllChildProps() and getStringValues()) to obtain the values from a connector-property object.