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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Plugins.WindowsFormsInteraction.ComTypes Namespace > _UAWindowsFormsInteractionPluginParameters 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 _UAWindowsFormsInteractionPluginParameters
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 7 with SP1, Windows Server 2012; .NET Core: Linux, Microsoft Windows

See Also

Reference

_UAWindowsFormsInteractionPluginParameters Interface
_UAWindowsFormsInteractionPluginParameters Members