Region.name

$(ANCHOR Region_name) Property. Retrieves the ISO 3166 code, or the name, of the current Region.

class Region
@property const
const(char)[]
name
()

Return Value

Type: const(char)[]

The value specified by the name parameter of the Region(char[]) constructor.

Meta