IAFAttribute.Attributes Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
The AttributeTemplates of the AFAttributeTemplate or the
Attributes of the AFAttribute.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
IAFNamedCollection<IAFAttribute> Attributes { get; }
ReadOnly Property Attributes As IAFNamedCollection(Of IAFAttribute) Get Dim instance As IAFAttribute Dim value As IAFNamedCollection(Of IAFAttribute) value = instance.Attributes
property IAFNamedCollection<IAFAttribute^>^ Attributes { IAFNamedCollection<IAFAttribute^>^ get (); }
abstract Attributes : IAFNamedCollection<IAFAttribute> with get
Property Value
Type: IAFNamedCollectionIAFAttributeThis property maps to AFAttributeTemplate.AttributeTemplates or AFAttribute.Attributes.