QuickOPC User's Guide and Reference
ScanRate Property (DAItemPropertyRecord)



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
public float ScanRate {get; set;}
public:
property float ScanRate {
   float get();
   void set (    float 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