OPC Studio User's Guide and Reference
ScanRate Property (DAItemPropertyRecord)



View with Navigation Tools
OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.Extensions Namespace > DAItemPropertyRecord Class : ScanRate Property
Gets or sets Server Scan Rate.
Syntax
'Declaration
 
Public Property ScanRate As Single
 
'Usage
 
Dim instance As DAItemPropertyRecord
Dim value As Single
 
instance.ScanRate = value
 
value = instance.ScanRate
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