getProperties method
Returns the set of user-defined properties.
Syntax
let configval = config.getProperties();
config.properties = configval;
configval = config.properties;
Note that this feature is available as both a method and a property.
Parameters
This method does not take any parameters.Return value
- Type: PropertyData[]