AFCollective.FindPrimary Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Finds the primary member of the collective.
Namespace: OSIsoft.AF.Collective
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFCollectiveMember FindPrimary()
Public Function FindPrimary As AFCollectiveMember Dim instance As AFCollective Dim returnValue As AFCollectiveMember returnValue = instance.FindPrimary()
public: AFCollectiveMember^ FindPrimary()
member FindPrimary : unit -> AFCollectiveMember
Return Value
Type: AFCollectiveMemberReturns the primary member of the AFCollective.