'Declaration
<ComVisibleAttribute(False)> <UATypeDefinitionIdAttribute("nsu=http://opcfoundation.org/UA/;i=2373")> <UANamespaceAttribute("http://opcfoundation.org/UA/")> <UATypeAttribute()> <CLSCompliantAttribute(True)> <TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)> Public Class UATwoStateDiscreteNode Inherits OpcLabs.EasyOpc.UA.DataAccess.UADiscreteItemNode(Of Boolean,Boolean)
'Usage
Dim instance As UATwoStateDiscreteNode
[ComVisible(false)] [UATypeDefinitionId("nsu=http://opcfoundation.org/UA/;i=2373")] [UANamespace("http://opcfoundation.org/UA/")] [UAType()] [CLSCompliant(true)] [TypeConverter(System.ComponentModel.ExpandableObjectConverter)] public class UATwoStateDiscreteNode : OpcLabs.EasyOpc.UA.DataAccess.UADiscreteItemNode<bool,bool>
[ComVisible(false)] [UATypeDefinitionId("nsu=http://opcfoundation.org/UA/;i=2373")] [UANamespace("http://opcfoundation.org/UA/")] [UAType()] [CLSCompliant(true)] [TypeConverter(System.ComponentModel.ExpandableObjectConverter)] public ref class UATwoStateDiscreteNode : public OpcLabs.EasyOpc.UA.DataAccess.UADiscreteItemNode<bool,bool>