Help

Custom Properties

Custom properties are essentially global strings that can be used throughout Blue Integrator. These can be added by clicking on the New.. button, then entering the name and value as shown below.

There are three ways in which the properties can be used:

As fieldsFor the various transports the properties can be entered into fields relating to an address or path or URL, a username or a password; using the from $PropertyName.
As Connection stringsWith transport databases the properties can be used where a connection string is required.
In codeWithin VSTA properties can be accessed using the GetSetting function as so. e.g. this.GetSetting("PropertyName")