Name Description
OpcNodeValuePair(IOpcNodeValue, Object) Initializes a new instance of the OpcNodeValuePair structure using the specified node and value.
Name Description
Node Gets the IOpcNodeValue used to identify the node.
Value Gets the value associated with the Node.
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.