AFConnection.Destination Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
This property returns the AFBaseElement object which is the connection's destination.
Namespace: OSIsoft.AF.Modeling
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFBaseElement Destination { get; }
Public ReadOnly Property Destination As AFBaseElement Get Dim instance As AFConnection Dim value As AFBaseElement value = instance.Destination
public: property AFBaseElement^ Destination { AFBaseElement^ get (); }
member Destination : AFBaseElement with get
Property Value
Type: AFBaseElementReturns the AFBaseElement object which is the connection's destination. If the connection is undirected, then source and destination can be in either order.