Opc.Ua.Core
DiscoveryServers Property



Opc.Ua Namespace > ClientConfiguration Class : DiscoveryServers Property
The endpoint descriptions for central discovery servers.
Syntax
'Declaration
 
<DataMemberAttribute(IsRequired=False, 
   EmitDefaultValue=False, 
   Order=2)>
Public Property DiscoveryServers As EndpointDescriptionCollection
'Usage
 
Dim instance As ClientConfiguration
Dim value As EndpointDescriptionCollection
 
instance.DiscoveryServers = value
 
value = instance.DiscoveryServers
[DataMember(IsRequired=false, 
   EmitDefaultValue=false, 
   Order=2)]
public EndpointDescriptionCollection DiscoveryServers {get; set;}
[DataMember(IsRequired=false, 
   EmitDefaultValue=false, 
   Order=2)]
public:
property EndpointDescriptionCollection^ DiscoveryServers {
   EndpointDescriptionCollection^ get();
   void set (    EndpointDescriptionCollection^ value);
}

Property Value

The endpoint descriptions for central discovery servers.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ClientConfiguration Class
ClientConfiguration Members