OPC Studio User's Guide and Reference
UADataSetSubscriptionDescriptor Constructor(String)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub Namespace > UADataSetSubscriptionDescriptor Class > UADataSetSubscriptionDescriptor Constructor : UADataSetSubscriptionDescriptor Constructor(String)
Name of the published dataset.

The value of this parameter cannot be null (Nothing in Visual Basic).

Initializes a new instance of the class, specifying the published dataset name.
Syntax
'Declaration
 
Public Function New( _
   ByVal publishedDataSetName As String _
)
'Usage
 
Dim publishedDataSetName As String
 
Dim instance As New UADataSetSubscriptionDescriptor(publishedDataSetName)
public UADataSetSubscriptionDescriptor( 
   string publishedDataSetName
)
public:
UADataSetSubscriptionDescriptor( 
   String^ publishedDataSetName
)

Parameters

publishedDataSetName
Name of the published dataset.

The value of this parameter cannot be null (Nothing in Visual Basic).

Remarks

Unless you also set other properties in the UADataSetSubscriptionDescriptor, this constructor is only meaningful with a functional resolver specified in OpcLabs.EasyOpc.UA.PubSub.OperationModel.UASubscribeDataSetArguments.

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