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



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.ComTypes Namespace > _ServerElement Interface : Location Property
The server's location.
Syntax
'Declaration
 
<NotNullAttribute()>
Property Location As String
'Usage
 
Dim instance As _ServerElement
Dim value As String
 
instance.Location = value
 
value = instance.Location
[NotNull()]
string Location {get; set;}
[NotNull()]
property String^ Location {
   String^ get();
   void set (    String^ value);
}
Remarks
Corresponds to the host or machine name.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2012, Windows Server 2016; .NET Core, .NET 5, .NET 6: Linux, macOS, Microsoft Windows

See Also

Reference

_ServerElement Interface
_ServerElement Members