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



OpcLabs.BaseLibForms Assembly > OpcLabs.BaseLib.Forms.Browsing.Specialized Namespace > ComputerBrowserDialog Class : SelectedName Property
Gets the name of the computer selected in the dialog box.
Syntax
'Declaration
 
<DefaultValueAttribute("")>
Public ReadOnly Property SelectedName As String
'Usage
 
Dim instance As ComputerBrowserDialog
Dim value As String
 
instance.SelectedName = value
 
value = instance.SelectedName
[DefaultValue("")]
public string SelectedName {get;}
[DefaultValue("")]
public:
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