These v19 docs are archived 🔒.
Go to the
latest docs home
or try if
this exact page is available
in the latest docs.
Interface IAttribute
Represents an Attribute with Values - without knowing what data type is in the value. Usually we'll extend this and use IAttribute<T> instead.
[PublicApi]
public interface IAttribute : IAttributeBase
- Inherited Members
Remarks
We recommend you read about the Understanding Data...
Properties
Values
IEnumerable<IValue> Values { get; }