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



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