PICollective.Members Property
- Last UpdatedSep 18, 2024
- PI System
- AF SDK 2024
- 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.1.0.1156
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