PICollectiveMember.Collective Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
The PICollective that owns the collective member.
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
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.