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



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