QuickOPC User's Guide and Reference
IsLocal Property (ComputerElement)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Network Namespace > ComputerElement Class : IsLocal Property
Determines whether the machine name is empty.
Syntax
'Declaration
 
<DefaultValueAttribute(True)>
Public ReadOnly Property IsLocal As Boolean
'Usage
 
Dim instance As ComputerElement
Dim value As Boolean
 
value = instance.IsLocal
[DefaultValue(true)]
public bool IsLocal {get;}
[DefaultValue(true)]
public:
property bool IsLocal {
   bool get();
}
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