Retrieves all the connector's connector-specific properties.
Syntax
static CxProperty[] getAllUserProperties();
Parameters
None.
Return values
A reference to an array of CxProperty objects, each of which contains one connector-specific connector property for the current connector.
Notes
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.
See also
getAllConfigProp(), getAllStandardProperties(), getOneConfigProp()