QuickOPC User's Guide and Reference
SelectedName Property (_ComputerBrowserDialog)



OpcLabs.BaseLibForms Assembly > OpcLabs.BaseLib.Forms.Browsing.Specialized.ComTypes Namespace > _ComputerBrowserDialog Interface : SelectedName Property
Gets the name of the computer selected in the dialog box.
Syntax
'Declaration
 
<NotNullAttribute()>
ReadOnly Property SelectedName As String
'Usage
 
Dim instance As _ComputerBrowserDialog
Dim value As String
 
value = instance.SelectedName
[NotNull()]
string SelectedName {get;}
[NotNull()]
property String^ SelectedName {
   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