QuickOPC User's Guide and Reference
TotalElements Property (UAContentFilterElement)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Filtering Namespace > UAContentFilterElement Class : TotalElements Property
The total number of content filter elements. -1 when it cannot be determined. The total number of content filter elements. -1 when it cannot be determined.
Syntax
'Declaration
 
Public Overrides NotOverridable ReadOnly Property TotalElements As Integer
'Usage
 
Dim instance As UAContentFilterElement
Dim value As Integer
 
value = instance.TotalElements
public override int TotalElements {get;}
public:
property int TotalElements {
   int get() override;
}
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