'Declaration
Public Function New( _ ByVal browsePath As UABrowsePath _ )
'Usage
Dim browsePath As UABrowsePath Dim instance As New UANodeDescriptor(browsePath)
public UANodeDescriptor( UABrowsePath browsePath )
public: UANodeDescriptor( UABrowsePath^ browsePath )
Parameters
- browsePath
- Contains the browse path for the OPC-UA node.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).