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