ServerNodesItem Property (NodeId)

CVB.Net Documentation
Gets the IServerNode with the given NodeIdkey.

Namespace:  Stemmer.Cvb.Foundation.OpcUa
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public IServerNode this[
	NodeId key
] { get; }

Parameters

key
Type: Stemmer.Cvb.Foundation.OpcUaNodeId
Identifier of IServerNode to retrieve.

Return Value

Type: IServerNode
The IServerNode object.
See Also

Reference