StateCalc Property
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets the the type of calculation to return in the StateTime column for the "value state" retrieval mode.
'Declaration
Public Property StateCalc As String
'Usage
Dim instance As HistoryQueryResult
Dim value As String
instance.StateCalc = value
value = instance.StateCalc
public string StateCalc {get; set;}