uriValues property

List<UriAttributeValue>? uriValues
getter/setter pair

When the attribute value type is URL, this field contains the value(s) for this attribute, and the other values fields must be empty.

Implementation

core.List<UriAttributeValue>? uriValues;