EnvironmentLocator.get

Get an environment variable from environment.

class EnvironmentLocator
string
get
(
string path
)

Parameters

path string

the element id.

Return Value

Type: string

string element if it is available.

Throws

NotFoundException in case if the element wasn't found.

Meta