AFCollectiveMember.StreamedPort Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
Read-only property that is the port number used to connect to the streamed interface of
the PI AF Server for this AFCollectiveMember on the remote host.
Namespace: OSIsoft.AF.Collective
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public int StreamedPort { get; }
Public ReadOnly Property StreamedPort As Integer Get Dim instance As AFCollectiveMember Dim value As Integer value = instance.StreamedPort
public: property int StreamedPort { int get (); }
member StreamedPort : int with get
Property Value
Type: Int32The port number used to connect to the streamed interface of the PI AF Server for this AFCollectiveMember on the remote host.
Remarks
The value of this property is defined by the streamedPort application setting
in the server's config file.