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