Opc.Ua.Core
ServerUris Property (SystemContext)



Opc.Ua Namespace > SystemContext Class : ServerUris Property
The table of server uris to use when accessing the system.
Syntax
'Declaration
 
Public Property ServerUris As StringTable
'Usage
 
Dim instance As SystemContext
Dim value As StringTable
 
instance.ServerUris = value
 
value = instance.ServerUris
public StringTable ServerUris {get; set;}
public:
property StringTable^ ServerUris {
   StringTable^ get();
   void set (    StringTable^ value);
}

Property Value

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

SystemContext Class
SystemContext Members