DQueryAttribute.value

Property that return the value of the attributes. Only defined for attributes that can produce a value.

struct DQueryAttribute(alias Attribute)
@property
static if(isExpression)
alias value = Attribute

Meta