QuickOPC User's Guide and Reference
DataSetWriterId Property (UAExtensionFields)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration Namespace > UAExtensionFields Class : DataSetWriterId Property
The DataSetWriterId from the DataSetWriterTransport Object.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Shared ReadOnly Property DataSetWriterId As UAQualifiedName
'Usage
 
Dim value As UAQualifiedName
 
value = UAExtensionFields.DataSetWriterId
[NotNull()]
public static UAQualifiedName DataSetWriterId {get;}
[NotNull()]
public:
static property UAQualifiedName^ DataSetWriterId {
   UAQualifiedName^ get();
}
Remarks

OPC-UA Type: BaseDataType.

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