QuickOPC User's Guide and Reference
ValueAsText Property (UABrowseNames)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.AddressSpace.Standard Namespace > UABrowseNames Class : ValueAsText Property
The browse name for the ValueAsText component.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Shared ReadOnly Property ValueAsText As UAQualifiedName
'Usage
 
Dim value As UAQualifiedName
 
value = UABrowseNames.ValueAsText
[NotNull()]
public static UAQualifiedName ValueAsText {get;}
[NotNull()]
public:
static property UAQualifiedName^ ValueAsText {
   UAQualifiedName^ get();
}
Remarks
The browse name is: ValueAsText
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