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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UAIndexRangeList Class : AsString Property
The index range list expressed as a string that conforms with OPC-UA numeric range string specification.
Syntax
'Declaration
 
<DefaultValueAttribute("")>
Public ReadOnly Property AsString As String
'Usage
 
Dim instance As UAIndexRangeList
Dim value As String
 
value = instance.AsString
[DefaultValue("")]
public string AsString {get;}
[DefaultValue("")]
public:
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