getProperties method
Retrieve the set of user-defined batch properties.
These properties are defined using the BatchInfo.addProperty method.
Syntax
let value = batchInfo.getProperties();
batchInfo.properties = value;
value = batchInfo.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[]
- The returned list contains all of the name/value pairs defined for the batch. Each entry in the list is a single name/value pair.