Opc.Ua.Core
SwitchOperand Enumeration



Opc.Ua.Schema.Binary Namespace : SwitchOperand Enumeration
Syntax
'Declaration
 
<GeneratedCodeAttribute("xsd", "2.0.50727.312")>
<DataContractAttribute()>
<XmlTypeAttribute("http://opcfoundation.org/BinarySchema/")>
Public Enum SwitchOperand 
   Inherits System.Enum
'Usage
 
Dim instance As SwitchOperand
[GeneratedCode("xsd", "2.0.50727.312")]
[DataContract()]
[XmlType("http://opcfoundation.org/BinarySchema/")]
public enum SwitchOperand : System.Enum 
[GeneratedCode("xsd", "2.0.50727.312")]
[DataContract()]
[XmlType("http://opcfoundation.org/BinarySchema/")]
public enum class SwitchOperand : public System.Enum 
Members
MemberDescription
Equals 
GreaterThan 
GreaterThanOrEqual 
LessThan 
LessThanOrEqual 
NotEqual 
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Opc.Ua.Schema.Binary.SwitchOperand

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Opc.Ua.Schema.Binary Namespace