QuickOPC User's Guide and Reference
Count Property (UAIndexRangeList)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UAIndexRangeList Class : Count Property
The rank of the index range list, the number of elements contained in the list.
Syntax
'Declaration
 
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<DefaultValueAttribute(0)>
Public Shadows ReadOnly Property Count As Integer
'Usage
 
Dim instance As UAIndexRangeList
Dim value As Integer
 
value = instance.Count
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[DefaultValue(0)]
public new int Count {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[DefaultValue(0)]
public:
new property int Count {
   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