QuickOPC User's Guide and Reference
MachineName Property (ServerAttribute)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.LiveMapping Namespace > ServerAttribute Class : MachineName Property
Name of the machine. Determines the computer on which the OPC server is located. May be an empty string, in which case the OPC server is assumed to exist on the local computer or at the computer specified for it by DCOM configuration.
Syntax
'Declaration
 
<CanBeNullAttribute()>
Public Property MachineName As String
'Usage
 
Dim instance As ServerAttribute
Dim value As String
 
instance.MachineName = value
 
value = instance.MachineName
[CanBeNull()]
public string MachineName {get; set;}
[CanBeNull()]
public:
property String^ MachineName {
   String^ get();
   void set (    String^ value);
}
Remarks
Machine resources are named using the naming scheme of the network transport. By default, all UNC ("\\server" or "server") and DNS names ("domain.com", "example.microsoft.com", or "135.5.33.19") names are allowed.
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

ServerAttribute Class
ServerAttribute Members