AFAttribute.Attributes Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
This is a collection of child attributes that have been added to this attribute.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public AFAttributes Attributes { get; }
Public ReadOnly Property Attributes As AFAttributes Get Dim instance As AFAttribute Dim value As AFAttributes value = instance.Attributes
public: property AFAttributes^ Attributes { AFAttributes^ get (); }
member Attributes : AFAttributes with get
Property Value
Type: AFAttributesA collection of child attributes that have been added to this attribute.
Remarks
The collection of child attributes may be defined by the
AFAttributeTemplate.AttributeTemplates collection if
this attribute was defined from an AFAttributeTemplate.