QuickOPC User's Guide and Reference
DisplayString Property (_EasyUAClientComplexData)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Plugins.ComplexData.ComTypes Namespace > _EasyUAClientComplexData Interface : DisplayString Property
The display string for the current object.
Syntax
'Declaration
 
<CanBeNullAttribute()>
<DispIdAttribute(0)>
<ImplementedThroughAttribute(System.Object, "ToString")>
ReadOnly Property DisplayString As String
'Usage
 
Dim instance As _EasyUAClientComplexData
Dim value As String
 
value = instance.DisplayString
[CanBeNull()]
[DispId(0)]
[ImplementedThrough(System.Object, "ToString")]
string DisplayString {get;}
[CanBeNull()]
[DispId(0)]
[ImplementedThrough(System.Object, "ToString")]
property String^ DisplayString {
   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