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

AF SDK Reference

AFConnection.DestinationPort Property

  • Last UpdatedJan 12, 2026
  • 1 minute read
AFConnection.DestinationPort Property
This property returns the destination AFPort for the connection.

Namespace:  OSIsoft.AF.Modeling
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 AFConnection
Dim value As AFPort

value = instance.DestinationPort
public:
property AFPort^ DestinationPort {
	AFPort^ get ();
}
member DestinationPort : AFPort with get

Property Value

Type: AFPort
Returns the destination AFPort for the connection. If the connection is undirected, then source and destination can be in either order.

Version Information

AFSDK


See Also

In This Topic