OPC Studio User's Guide and Reference
ToUADataSetWriterDescriptor Method (_UADataSetWriterElement)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes Namespace > _UADataSetWriterElement Interface : ToUADataSetWriterDescriptor Method
Converts a dataset writer element from a configuration to a OpcLabs.EasyOpc.UA.PubSub.UADataSetWriterDescriptor.
Syntax
'Declaration
 
<NotNullAttribute()>
Function ToUADataSetWriterDescriptor() As UADataSetWriterDescriptor
'Usage
 
Dim instance As _UADataSetWriterElement
Dim value As UADataSetWriterDescriptor
 
value = instance.ToUADataSetWriterDescriptor()
[NotNull()]
UADataSetWriterDescriptor ToUADataSetWriterDescriptor()
[NotNull()]
UADataSetWriterDescriptor^ ToUADataSetWriterDescriptor(); 

Return Value

Returns a dataset writer descriptor that can be used for subscriptions to the OPC publisher.

This method never returns null (Nothing in Visual Basic).

Remarks

This member or type is for use from COM. It is not meant to be used from .NET or Python. Refer to the corresponding .NET member or type instead, if you are developing in .NET or Python.

In languages that support implicit conversions (such as C# or VB.NET), in many cases you do not have call this method explicitly. When indicated, a call to an available equivalent implicit conversion operator will be created by the compiler automatically.

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