Opc.Ua.Core
GetServerDomainNames Method



Opc.Ua Namespace > ApplicationConfiguration Class : GetServerDomainNames Method
Returns the domain names which the server is configured to use.
Syntax
'Declaration
 
Public Function GetServerDomainNames() As IList(Of String)
'Usage
 
Dim instance As ApplicationConfiguration
Dim value As IList(Of String)
 
value = instance.GetServerDomainNames()
public IList<string> GetServerDomainNames()
public:
IList<String^>^ GetServerDomainNames(); 

Return Value

A list of domain 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

ApplicationConfiguration Class
ApplicationConfiguration Members