'DeclarationPublic Property RegisterWithLds As Boolean
'UsageDim instance As EasyUAServerCore Dim value As Boolean instance.RegisterWithLds = value value = instance.RegisterWithLds
public bool RegisterWithLds {get; set;}
Property Value
true if the server should register itself with the Local Discovery Server; otherwise, false.
The default value of this property is True.