Opc.Ua.Core
ServerProperties Property



Opc.Ua Namespace > ServerBase Class : ServerProperties Property
The non-configurable properties for the server.
Syntax
'Declaration
 
Protected Property ServerProperties As ServerProperties
'Usage
 
Dim instance As ServerBase
Dim value As ServerProperties
 
instance.ServerProperties = value
 
value = instance.ServerProperties
protected ServerProperties ServerProperties {get; set;}
protected:
property ServerProperties^ ServerProperties {
   ServerProperties^ get();
   void set (    ServerProperties^ value);
}

Property Value

The properties of the current server instance.
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

ServerBase Class
ServerBase Members