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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.ComTypes Namespace > _UADataSetWriterDescriptor Interface : DataSetWriterId Property
The (physical, numerical) dataset writer Id, if available.
Syntax
'Declaration
 
Property DataSetWriterId As Integer
'Usage
 
Dim instance As _UADataSetWriterDescriptor
Dim value As Integer
 
instance.DataSetWriterId = value
 
value = instance.DataSetWriterId
int DataSetWriterId {get; set;}
property int DataSetWriterId {
   int get();
   void set (    int value);
}
Remarks

Contains 0 when the physical dataset writer Id is not specified.

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