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