QuickOPC User's Guide and Reference
ReadPointService Property



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveBinding Namespace > PointBinderCore Class : ReadPointService Property
The read point service currently used by this binder.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<CanBeNullAttribute()>
<DefaultValueAttribute("")>
Public ReadOnly Property ReadPointService As IReadPointService
'Usage
 
Dim instance As PointBinderCore
Dim value As IReadPointService
 
instance.ReadPointService = value
 
value = instance.ReadPointService
[Browsable(false)]
[CanBeNull()]
[DefaultValue("")]
public IReadPointService ReadPointService {get;}
[Browsable(false)]
[CanBeNull()]
[DefaultValue("")]
public:
property IReadPointService^ ReadPointService {
   IReadPointService^ get();
}
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