QuickOPC User's Guide and Reference
Types Property



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.AddressSpace.Standard Namespace > UAObjectIds Class : Types Property
The identifier for the TypesFolder Object.
Syntax
'Declaration
 
<NotNullAttribute()>
<ObsoleteAttribute("Use TypesFolder instead.")>
Public Shared ReadOnly Property Types As UANodeId
'Usage
 
Dim value As UANodeId
 
value = UAObjectIds.Types
[NotNull()]
[Obsolete("Use TypesFolder instead.")]
public static UANodeId Types {get;}
[NotNull()]
[Obsolete("Use TypesFolder instead.")]
public:
static property UANodeId^ Types {
   UANodeId^ get();
}
Remarks
The node ID is: i=86
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