Specifies whether this server should register itself with OPC UA Local Discovery Server (LDS).
Syntax
'Declaration
Property RegisterWithLds As Boolean
'Usage
Dim instance As IEasyUAServer
Dim value As Boolean
instance.RegisterWithLds = value
value = instance.RegisterWithLds
bool RegisterWithLds {get; set;}
property bool RegisterWithLds {
bool get();
void set ( bool value);
}
Property Value
true
if the server should register itself with the Local Discovery Server; otherwise,
false
.
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