QuickOPC 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
 
<ElementsNotNullAttribute()>
<NotNullAttribute()>
Public Property FilterOperands As UAFilterOperandCollection
'Usage
 
Dim instance As UAContentFilterElementBuilder
Dim value As UAFilterOperandCollection
 
instance.FilterOperands = value
 
value = instance.FilterOperands
[ElementsNotNull()]
[NotNull()]
public UAFilterOperandCollection FilterOperands {get; set;}
[ElementsNotNull()]
[NotNull()]
public:
property UAFilterOperandCollection^ FilterOperands {
   UAFilterOperandCollection^ get();
   void set (    UAFilterOperandCollection^ value);
}
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