AFCollective.CurrentMember Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
The current active collective member.
Namespace: OSIsoft.AF.Collective
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public AFCollectiveMember CurrentMember { get; }
Public ReadOnly Property CurrentMember As AFCollectiveMember Get Dim instance As AFCollective Dim value As AFCollectiveMember value = instance.CurrentMember
public: property AFCollectiveMember^ CurrentMember { AFCollectiveMember^ get (); }
member CurrentMember : AFCollectiveMember with get
Property Value
Type: AFCollectiveMemberReturns the current active collective member.