ServerMethodNode Properties

CVB.Net Documentation

The ServerMethodNode type exposes the following members.

Properties

  NameDescription
Public propertyBrowseName
Gets string node identifier (especially for browsing).
(Inherited from NodeBase.)
Public propertyDescription
Optional description of this node's role and behavior.
(Inherited from NodeBase.)
Public propertyDisplayName
Node name for displaying it in a user interface.
(Inherited from NodeBase.)
Public propertyHandle
Native CVB CVOPCNODE handle.
(Inherited from NodeBase.)
Public propertyInputParameters
The collection of input parameters.
Public propertyIsDisposed
Tests whether the native handle has been disposed.
(Inherited from NodeBase.)
Public propertyNodeId
Gets the NodeId identifying this Node.
(Inherited from NodeBase.)
Public propertyOutputParameters
The collection of output parameters.
Public propertyServer
Gets the parent OpcUaServer object.
(Overrides ServerNodeBaseServer.)
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate propertyIMethodNodeInputParameters
The collection of input parameters.
Explicit interface implementationPrivate propertyIMethodNodeOutputParameters
The collection of output parameters.
Top
See Also

Reference