AFCollectiveMembers.Collective Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
This property returns the AFCollective object which owns the collective members collection.
Namespace: OSIsoft.AF.Collective
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFCollective Collective { get; }
Public ReadOnly Property Collective As AFCollective Get Dim instance As AFCollectiveMembers Dim value As AFCollective value = instance.Collective
public: property AFCollective^ Collective { AFCollective^ get (); }
member Collective : AFCollective with get
Property Value
Type: AFCollectiveReturns the AFCollective object which owns the collective members collection.