AFTransfer.DestinationPort Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This read-only property returns the port that is the destination of the transfer.
Namespace: OSIsoft.AF.EventFrame
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFPort DestinationPort { get; }
Public ReadOnly Property DestinationPort As AFPort Get Dim instance As AFTransfer Dim value As AFPort value = instance.DestinationPort
public: property AFPort^ DestinationPort { AFPort^ get (); }
member DestinationPort : AFPort with get
Property Value
Type: AFPortReturns the port that is the destination of the transfer.
Remarks
Use the SetDestination(AFPort) method to set this property.