StateTimePercentContained Property
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets the precentage of the entire retrieval cycle time that the tag was in this state, excluding state occurrences that fall only partially within the period.
'Declaration
Public Property StateTimePercentContained As Double
'Usage
Dim instance As StateSummaryQueryResult
Dim value As Double
instance.StateTimePercentContained = value
value = instance.StateTimePercentContained
public double StateTimePercentContained {get; set;}