AFCompoundPartition(T1, T2).SecondaryPartition Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
The second partitioning that was applied.
Namespace: OSIsoft.AF.Data.Aggregate
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public T2 SecondaryPartition { get; }
Public ReadOnly Property SecondaryPartition As T2 Get Dim instance As AFCompoundPartition Dim value As T2 value = instance.SecondaryPartition
public: property T2 SecondaryPartition { T2 get (); }
member SecondaryPartition : 'T2 with get