AFAttribute.Attributes Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- 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.1.1.1182
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.