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