URIVariable.value

Sets the type of this variable to value and sets the data.

  1. string value()
  2. string value(string value)
    struct URIVariable
    @property @trusted
    string
    value
    (
    string value
    )

Parameters

value string

The (new) value to set this variable to.

Return Value

Type: string

The given value.

Meta