QuickOPC 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
 
<DefaultValueAttribute(1)>
Public Overridable ReadOnly Property TotalElements As Integer
'Usage
 
Dim instance As UAFilterOperand
Dim value As Integer
 
value = instance.TotalElements
[DefaultValue(1)]
public virtual int TotalElements {get;}
[DefaultValue(1)]
public:
virtual property int TotalElements {
   int get();
}
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