AFCollective.Members Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
The collection of AFCollectiveMember objects that are configured
for the AFCollective.
Namespace: OSIsoft.AF.Collective
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public AFCollectiveMembers Members { get; }
Public ReadOnly Property Members As AFCollectiveMembers Get Dim instance As AFCollective Dim value As AFCollectiveMembers value = instance.Members
public: property AFCollectiveMembers^ Members { AFCollectiveMembers^ get (); }
member Members : AFCollectiveMembers with get