QuickOPC User's Guide and Reference
Location Property (OpcServerDialog)



View with Navigation Tools
OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.Forms.Browsing Namespace > OpcServerDialog Class : Location Property
Gets or sets the name of computer that is to be browsed for OPC servers.
Syntax
'Declaration
 
<DefaultValueAttribute("")>
<NotNullAttribute()>
<ValueDomainAttribute(OpcLabs.BaseLib.ValueDomains.UncOrDnsComputerNameValueDomain)>
Public Property Location As String
 
'Usage
 
Dim instance As OpcServerDialog
Dim value As String
 
instance.Location = value
 
value = instance.Location
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