QuickOPC User's Guide and Reference
DataSetName Property



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

OPC-UA Type: String.

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