Opc.Ua.Core
WellKnownDiscoveryUrls Property



Opc.Ua Namespace > ClientConfiguration Class : WellKnownDiscoveryUrls Property
The well known URLs for the local discovery servers.
Syntax
'Declaration
 
<DataMemberAttribute(IsRequired=False, 
   EmitDefaultValue=False, 
   Order=1)>
Public Property WellKnownDiscoveryUrls As StringCollection
'Usage
 
Dim instance As ClientConfiguration
Dim value As StringCollection
 
instance.WellKnownDiscoveryUrls = value
 
value = instance.WellKnownDiscoveryUrls
[DataMember(IsRequired=false, 
   EmitDefaultValue=false, 
   Order=1)]
public StringCollection WellKnownDiscoveryUrls {get; set;}
[DataMember(IsRequired=false, 
   EmitDefaultValue=false, 
   Order=1)]
public:
property StringCollection^ WellKnownDiscoveryUrls {
   StringCollection^ get();
   void set (    StringCollection^ value);
}

Property Value

The well known discovery URLs.
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