Opc.Ua.Core
Handle Property (ILocalNode)



Opc.Ua Namespace > ILocalNode Interface : Handle Property
A handle assigned to the node.
Syntax
'Declaration
 
Property Handle As Object
'Usage
 
Dim instance As ILocalNode
Dim value As Object
 
instance.Handle = value
 
value = instance.Handle
object Handle {get; set;}
property Object^ Handle {
   Object^ get();
   void set (    Object^ value);
}

Property Value

The 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

ILocalNode Interface
ILocalNode Members