OPC Studio User's Guide and Reference
TotalElements Property (UAFilterOperand)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Filtering Namespace > UAFilterOperand Class : TotalElements Property
The total number of content filter elements. -1 when it cannot be determined.
Syntax
'Declaration
 
Public Overridable ReadOnly Property TotalElements As Integer
'Usage
 
Dim instance As UAFilterOperand
Dim value As Integer
 
value = instance.TotalElements
public virtual int TotalElements {get;}
public:
virtual property int TotalElements {
   int get();
}

Property Value

The default value of this property is 1.

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