AFCollectiveStatus.Secondary Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
The detailed collective status information for the secondary
collective members.
Namespace: OSIsoft.AF.Collective
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFCollectiveStatusDetail[] Secondary { get; }
Public ReadOnly Property Secondary As AFCollectiveStatusDetail() Get Dim instance As AFCollectiveStatus Dim value As AFCollectiveStatusDetail() value = instance.Secondary
public: property array<AFCollectiveStatusDetail^>^ Secondary { array<AFCollectiveStatusDetail^>^ get (); }
member Secondary : AFCollectiveStatusDetail[] with get
Property Value
Type: AFCollectiveStatusDetailReturns the detailed collective status information for the secondary collective member.
Remarks
This list may contain multiple entries for the same secondary collective
member when a positive number is specified for the maxSecondaryEntries
parameter of the GetStatusDetails(Boolean, Int32) method.