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



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
[DefaultValue("")]
[NotNull()]
[ValueDomain(OpcLabs.BaseLib.ValueDomains.UncOrDnsComputerNameValueDomain)]
public string Location {get; set;}
[DefaultValue("")]
[NotNull()]
[ValueDomain(OpcLabs.BaseLib.ValueDomains.UncOrDnsComputerNameValueDomain)]
public:
property String^ Location {
   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