AFCollectiveMember.StreamedPort Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- 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.1.1.1182
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.