QuickOPC User's Guide and Reference
Caption Property (_UAHostAndEndpointDialog)



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.UA.Forms.Browsing.ComTypes Namespace > _UAHostAndEndpointDialog Interface : Caption Property
The text to display in the title bar of the dialog.
Syntax
'Declaration
 
<NotNullAttribute()>
Property Caption As String
'Usage
 
Dim instance As _UAHostAndEndpointDialog
Dim value As String
 
instance.Caption = value
 
value = instance.Caption
[NotNull()]
string Caption {get; set;}
[NotNull()]
property String^ Caption {
   String^ get();
   void set (    String^ value);
}
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