AFCompoundPartitioningRequest(T1, T2).SecondaryField Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
The field partitioned after the primary field Field
Namespace: OSIsoft.AF.Data.Aggregate
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public string SecondaryField { get; }
Public ReadOnly Property SecondaryField As String Get Dim instance As AFCompoundPartitioningRequest Dim value As String value = instance.SecondaryField
public: property String^ SecondaryField { String^ get (); }
member SecondaryField : string with get