Click or drag to resize

PropertyValueAttributes Property

Attributes for the property value. Only Reference Property Values can have attributes. Use AddAttribute() to add an attribute. The collection is null if the property doesn't allow attributes.

Namespace:  Omada.OE.AppLogic.Serialization.Model
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public IEnumerable<Attribute> Attributes { get; }

Property Value

Type: IEnumerableAttribute
See Also