Properties.opIndex

Gets the value of a property, or throws a missing property exception.

struct Properties
string
opIndex
(
string key
)

Parameters

key string

The property name.

Return Value

Type: string

The value of the property.

Meta