QuickOPC User's Guide and Reference
Duration Property (UABrowseNames)



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