QuickOPC User's Guide and Reference
Running Property



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.AddressSpace.Standard Namespace > UABrowseNames Class : Running Property
The browse name for the Running component.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Shared ReadOnly Property Running As UAQualifiedName
'Usage
 
Dim value As UAQualifiedName
 
value = UABrowseNames.Running
[NotNull()]
public static UAQualifiedName Running {get;}
[NotNull()]
public:
static property UAQualifiedName^ Running {
   UAQualifiedName^ get();
}
Remarks
The browse name is: Running
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