EasyUA Reference
DiscoveryServers Property
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > ClientConfiguration Class : DiscoveryServers Property

Glossary Item Box

The endpoint descriptions for central discovery servers.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ClientConfiguration
Dim value As EndpointDescriptionCollection
 
instance.DiscoveryServers = value
 
value = instance.DiscoveryServers
C# 
[DataMemberAttribute(Order=2, EmitDefaultValue=false)]
public EndpointDescriptionCollection DiscoveryServers {get; set;}

Property Value

The endpoint descriptions for central discovery servers.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.