AFPorts.Element Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
This property returns the AFBaseElement object which owns this collection.
Namespace: OSIsoft.AF.Modeling
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public AFBaseElement Element { get; }
Public ReadOnly Property Element As AFBaseElement Get Dim instance As AFPorts 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 this collection. If this collection is not owned by an AFBaseElement, then this property is .