QuickOPC User's Guide and Reference
ReadIntervalAggregateMinimumValues Property (_DAAutoSubscribingParameters)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.Optimization.ComTypes Namespace > _DAAutoSubscribingParameters Interface : ReadIntervalAggregateMinimumValues Property
The minimum count of data values in the read interval aggregate.
Syntax
'Declaration
 
Property ReadIntervalAggregateMinimumValues As Integer
'Usage
 
Dim instance As _DAAutoSubscribingParameters
Dim value As Integer
 
instance.ReadIntervalAggregateMinimumValues = value
 
value = instance.ReadIntervalAggregateMinimumValues
int ReadIntervalAggregateMinimumValues {get; set;}
property int ReadIntervalAggregateMinimumValues {
   int get();
   void set (    int value);
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also