AFCompoundPartition(T1, T2).SecondaryPartition Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
The second partitioning that was applied.
Namespace: OSIsoft.AF.Data.Aggregate
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
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