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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.AddressSpace.Standard Namespace > UADataTypeIds Class : Duration Property
The identifier for the Duration DataType.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Shared ReadOnly Property Duration As UANodeId
'Usage
 
Dim value As UANodeId
 
value = UADataTypeIds.Duration
[NotNull()]
public static UANodeId Duration {get;}
[NotNull()]
public:
static property UANodeId^ Duration {
   UANodeId^ get();
}
Remarks
The node ID is: i=290
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