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



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