Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFTransfer.DestinationPort Property

  • Last UpdatedJan 12, 2026
  • 2 minute read
AFTransfer.DestinationPort Property
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.2.0.7

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: AFPort
Returns the port that is the destination of the transfer.

Remarks

Use the SetDestination(AFPort) method to set this property.

Version Information

AFSDK


See Also

In This Topic