Opc.Ua.Core
ServerNames Property



Opc.Ua Namespace > DiscoveryServerConfiguration Class : ServerNames Property
The localized names for the discovery server.
Syntax
'Declaration
 
<DataMemberAttribute(IsRequired=False, 
   EmitDefaultValue=False, 
   Order=2)>
Public Property ServerNames As LocalizedTextCollection
'Usage
 
Dim instance As DiscoveryServerConfiguration
Dim value As LocalizedTextCollection
 
instance.ServerNames = value
 
value = instance.ServerNames
[DataMember(IsRequired=false, 
   EmitDefaultValue=false, 
   Order=2)]
public LocalizedTextCollection ServerNames {get; set;}
[DataMember(IsRequired=false, 
   EmitDefaultValue=false, 
   Order=2)]
public:
property LocalizedTextCollection^ ServerNames {
   LocalizedTextCollection^ get();
   void set (    LocalizedTextCollection^ value);
}

Property Value

The server names.
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

DiscoveryServerConfiguration Class
DiscoveryServerConfiguration Members