Opc.Ua.Core
SystemHandle Property (SystemContext)



Opc.Ua Namespace > SystemContext Class : SystemHandle Property
An application defined handle for the system.
Syntax
'Declaration
 
Public Property SystemHandle As Object
'Usage
 
Dim instance As SystemContext
Dim value As Object
 
instance.SystemHandle = value
 
value = instance.SystemHandle
public object SystemHandle {get; set;}
public:
property Object^ SystemHandle {
   Object^ get();
   void set (    Object^ value);
}

Property Value

The system handle.
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