Table of Contents

Constructors

Name Description
OpcNodeValuePair(IOpcNodeValue, Object) Initializes a new instance of the OpcNodeValuePair structure using the specified node and value.

Properties

Name Description
Node Gets the IOpcNodeValue used to identify the node.
Value Gets the value associated with the Node.

Methods

Name Description
Deconstruct(IOpcNodeValue@, Object@) Deconstructs the OpcNodeValuePair into the Node and the Value used.
ToString Returns a String representing the Node and Value of the current OpcNodeValuePair.