QuickOPC User's Guide and Reference
DisplayValue Method (UAAttributeData)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UAAttributeData Class : DisplayValue Method
Returns a value of the attribute data, formatted for display purposes.
Syntax
'Declaration
 
Public Function DisplayValue() As String
'Usage
 
Dim instance As UAAttributeData
Dim value As String
 
value = instance.DisplayValue()
public string DisplayValue()
public:
String^ DisplayValue(); 

Return Value

An empty string if there is no value. A value converted to string otherwise.
Requirements

Target Platforms: .NET Framework: Windows 7 with SP1, Windows Server 2012; .NET Core: Linux, Microsoft Windows

See Also

Reference

UAAttributeData Class
UAAttributeData Members