AFAttributes.Element Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This property returns the AFBaseElement object which owns the
attribute collection.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFBaseElement Element { get; }
Public ReadOnly Property Element As AFBaseElement Get Dim instance As AFAttributes Dim value As AFBaseElement value = instance.Element
public: property AFBaseElement^ Element { AFBaseElement^ get (); }
member Element : AFBaseElement with get
Property Value
Type: AFBaseElementReturns the AFBaseElement object which owns the attribute collection.
Remarks
If an AFBaseElement owns the attribute collection, then any of the following types derived from AFBaseElement may be returned: AFElement, AFTransfer, AFModel, or AFNotification.
If this attribute collection is a child of another attribute, use the Parent property to access the parent attribute.