Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

A typed base class for all data variable nodes.

Namespace: Opc.Ua
Assembly: Opc.Ua.Core (in Opc.Ua.Core.dll) Version: 1.1.318.1 (1.01.318.1)

Syntax

C#
public class BaseDataVariableState<T> : BaseDataVariableState
Visual Basic
Public Class BaseDataVariableState(Of T) _
	Inherits BaseDataVariableState
Visual C++
generic<typename T>
public ref class BaseDataVariableState : public BaseDataVariableState

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Opc.Ua.BaseDataVariableState`1"]

Inheritance Hierarchy

System..::..Object
  Opc.Ua..::..NodeState
    Opc.Ua..::..BaseInstanceState
      Opc.Ua..::..BaseVariableState
        Opc.Ua..::..BaseDataVariableState
          Opc.Ua..::..BaseDataVariableState<(Of <(<'T>)>)>

See Also