Connectivity Software User's Guide and Reference
UALiteralOperand Class
Members 



OpcLabs.EasyOpcUAPrimitives Assembly > OpcLabs.EasyOpc.UA.Filtering Namespace : UALiteralOperand Class
An operand consisting of a literal value.
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComDefaultInterfaceAttribute(OpcLabs.EasyOpc.UA.Filtering.ComTypes._UALiteralOperand)>
<ComVisibleAttribute(True)>
<GuidAttribute("00162DEF-2CDA-407D-86A9-95BC397CC99A")>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
<XmlSchemaProviderAttribute("", IsAny=True)>
<ValueControlAttribute("OpcLabs.BaseLib.Forms.Common.ObjectSerializationControl, OpcLabs.BaseLibForms, Version=5.84.192.1, Culture=neutral, PublicKeyToken=6faddca41dacb409", 
   DefaultReadWrite=False, 
   Export=True, 
   PageId=10001)>
<SerializableAttribute()>
Public NotInheritable Class UALiteralOperand 
   Inherits UAFilterOperand
   Implements LINQPad.ICustomMemberProvider, OpcLabs.BaseLib.ComTypes._Info, OpcLabs.BaseLib.ComTypes._Object2, OpcLabs.EasyOpc.UA.Filtering.ComTypes._UAFilterOperand, OpcLabs.EasyOpc.UA.Filtering.ComTypes._UALiteralOperand, System.ICloneable, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable 
'Usage
 
Dim instance As UALiteralOperand
[CLSCompliant(true)]
[ComDefaultInterface(OpcLabs.EasyOpc.UA.Filtering.ComTypes._UALiteralOperand)]
[ComVisible(true)]
[Guid("00162DEF-2CDA-407D-86A9-95BC397CC99A")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[XmlSchemaProvider("", IsAny=true)]
[ValueControl("OpcLabs.BaseLib.Forms.Common.ObjectSerializationControl, OpcLabs.BaseLibForms, Version=5.84.192.1, Culture=neutral, PublicKeyToken=6faddca41dacb409", 
   DefaultReadWrite=false, 
   Export=true, 
   PageId=10001)]
[Serializable()]
public sealed class UALiteralOperand : UAFilterOperand, LINQPad.ICustomMemberProvider, OpcLabs.BaseLib.ComTypes._Info, OpcLabs.BaseLib.ComTypes._Object2, OpcLabs.EasyOpc.UA.Filtering.ComTypes._UAFilterOperand, OpcLabs.EasyOpc.UA.Filtering.ComTypes._UALiteralOperand, System.ICloneable, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable  
[CLSCompliant(true)]
[ComDefaultInterface(OpcLabs.EasyOpc.UA.Filtering.ComTypes._UALiteralOperand)]
[ComVisible(true)]
[Guid("00162DEF-2CDA-407D-86A9-95BC397CC99A")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[XmlSchemaProvider("", IsAny=true)]
[ValueControl("OpcLabs.BaseLib.Forms.Common.ObjectSerializationControl, OpcLabs.BaseLibForms, Version=5.84.192.1, Culture=neutral, PublicKeyToken=6faddca41dacb409", 
   DefaultReadWrite=false, 
   Export=true, 
   PageId=10001)]
[Serializable()]
public ref class UALiteralOperand sealed : public UAFilterOperand, LINQPad.ICustomMemberProvider, OpcLabs.BaseLib.ComTypes._Info, OpcLabs.BaseLib.ComTypes._Object2, OpcLabs.EasyOpc.UA.Filtering.ComTypes._UAFilterOperand, OpcLabs.EasyOpc.UA.Filtering.ComTypes._UALiteralOperand, System.ICloneable, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable  
Inheritance Hierarchy

System.Object
   OpcLabs.BaseLib.Object2
      OpcLabs.BaseLib.Info
         OpcLabs.EasyOpc.UA.Filtering.UAFilterOperand
            OpcLabs.EasyOpc.UA.Filtering.UALiteralOperand

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also