Function EnvironmentLocator.get

Get an environment variable from environment.

string get (
  string path
);

Parameters

NameDescription
path the element id.

Throws

NotFoundException in case if the element wasn't found.

Returns

string element if it is available.