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



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc Namespace > ServerElement Class : Location Property
The server's location.
Syntax
'Declaration
 
<ColumnDisplayAttribute(2)>
<DefaultValueAttribute("")>
<DisplayAttribute(AutoGenerateField=False, ShortName="Location")>
<NotNullAttribute()>
Public Property Location As String
'Usage
 
Dim instance As ServerElement
Dim value As String
 
instance.Location = value
 
value = instance.Location
[ColumnDisplay(2)]
[DefaultValue("")]
[Display(AutoGenerateField=false, ShortName="Location")]
[NotNull()]
public string Location {get; set;}
[ColumnDisplay(2)]
[DefaultValue("")]
[Display(AutoGenerateField=false, ShortName="Location")]
[NotNull()]
public:
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 Class
ServerElement Members