OPC Studio User's Guide and Reference
FilterOperands Property (UAContentFilterElementBuilder)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Filtering Namespace > UAContentFilterElementBuilder Class : FilterOperands Property
Operands used by the selected operator.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Property FilterOperands As UAFilterOperandCollection
'Usage
 
Dim instance As UAContentFilterElementBuilder
Dim value As UAFilterOperandCollection
 
instance.FilterOperands = value
 
value = instance.FilterOperands
[NotNull()]
public UAFilterOperandCollection FilterOperands {get; set;}
[NotNull()]
public:
property UAFilterOperandCollection^ FilterOperands {
   UAFilterOperandCollection^ get();
   void set (    UAFilterOperandCollection^ value);
}

Property Value

The value of this property cannot be null (Nothing in Visual Basic).

The individual elements of the property value cannot be null (Nothing in Visual Basic).

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