AttributeProxy.value

Sets the value of the attribute

  1. T[] value()
  2. T[] value(T[] value)
    struct AttributeProxy
    T[]
    value
    (
    T[] value
    )

Parameters

value T[]

the value of the attribute

Return Value

Type: T[]

the value of the attribute

Meta