Retrieves all the connector's standard properties.
Syntax
static CxProperty[] getAllStandardProperties();
Parameters
None.
Return values
A reference to an array of CxProperty objects, each of which contains one standard connector property for the current connector.
Notes
The getAllStandardProperties() method retrieves the standard connector configuration properties as an array of CxProperty objects. Each connector-property (CxProperty) object contains a single standard connector 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(), getAllUserProperties(), getOneConfigProp()