Tags

PropertyDescriptor.Tags property

Gets a collection of tags associated with the property.

public IReadOnlyList<PropertyTag> Tags { get; }

Property Value

A collection of tags associated with the property.

See Also