Connectivity Software User's Guide and Reference
UAAttributeOperand Class
Members 



OpcLabs.EasyOpcUAPrimitives Assembly > OpcLabs.EasyOpc.UA.Filtering Namespace : UAAttributeOperand Class
An operand consisting of an attribute of a node in a type, with optional relative path and alias.
Object Model
UAAttributeOperand ClassUAIndexRangeList ClassUAIndexRange ClassUABrowsePathElementCollection ClassUABrowsePathElement ClassUANodeDescriptor ClassUAIndexRangeList ClassUAIndexRange ClassUAAttributeOperand ClassUABrowsePathElementCollection ClassUABrowsePathElement ClassUANodeDescriptor Class
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComDefaultInterfaceAttribute(OpcLabs.EasyOpc.UA.Filtering.ComTypes._UAAttributeOperand)>
<ComVisibleAttribute(True)>
<GuidAttribute("4C056B9E-A83C-4BBD-AC19-7B9B8722141E")>
<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 UAAttributeOperand 
   Inherits UAFilterOperand
   Implements LINQPad.ICustomMemberProvider, OpcLabs.BaseLib.ComTypes._Info, OpcLabs.BaseLib.ComTypes._Object2, OpcLabs.EasyOpc.UA.Filtering.ComTypes._UAAttributeOperand, OpcLabs.EasyOpc.UA.Filtering.ComTypes._UAFilterOperand, System.ICloneable, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable 
'Usage
 
Dim instance As UAAttributeOperand
[CLSCompliant(true)]
[ComDefaultInterface(OpcLabs.EasyOpc.UA.Filtering.ComTypes._UAAttributeOperand)]
[ComVisible(true)]
[Guid("4C056B9E-A83C-4BBD-AC19-7B9B8722141E")]
[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 UAAttributeOperand : UAFilterOperand, LINQPad.ICustomMemberProvider, OpcLabs.BaseLib.ComTypes._Info, OpcLabs.BaseLib.ComTypes._Object2, OpcLabs.EasyOpc.UA.Filtering.ComTypes._UAAttributeOperand, OpcLabs.EasyOpc.UA.Filtering.ComTypes._UAFilterOperand, System.ICloneable, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable  
[CLSCompliant(true)]
[ComDefaultInterface(OpcLabs.EasyOpc.UA.Filtering.ComTypes._UAAttributeOperand)]
[ComVisible(true)]
[Guid("4C056B9E-A83C-4BBD-AC19-7B9B8722141E")]
[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 UAAttributeOperand sealed : public UAFilterOperand, LINQPad.ICustomMemberProvider, OpcLabs.BaseLib.ComTypes._Info, OpcLabs.BaseLib.ComTypes._Object2, OpcLabs.EasyOpc.UA.Filtering.ComTypes._UAAttributeOperand, OpcLabs.EasyOpc.UA.Filtering.ComTypes._UAFilterOperand, 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.UAAttributeOperand

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