QuickOPC User's Guide and Reference
AsString Property (_UAIndexRangeList)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.ComTypes Namespace > _UAIndexRangeList Interface : AsString Property
The index range list expressed as a string that conforms with OPC-UA numeric range string specification.
Syntax
'Declaration
 
<NotNullAttribute()>
ReadOnly Property AsString As String
'Usage
 
Dim instance As _UAIndexRangeList
Dim value As String
 
value = instance.AsString
[NotNull()]
string AsString {get;}
[NotNull()]
property String^ AsString {
   String^ 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