QuickOPC User's Guide and Reference
WritePointService Property



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