OPC Studio User's Guide and Reference
DataSetFieldIdString Property (UADataSetFieldDescriptor)



View with Navigation Tools
OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub Namespace > UADataSetFieldDescriptor Class : DataSetFieldIdString Property
The dataset field Id string, if available.
Syntax
'Declaration
 
<DefaultValueAttribute("")>
<IsValueEvidentAttribute(True)>
<NotNullAttribute()>
<XmlIgnoreAttribute()>
Public Property DataSetFieldIdString As String
 
'Usage
 
Dim instance As UADataSetFieldDescriptor
Dim value As String
 
instance.DataSetFieldIdString = value
 
value = instance.DataSetFieldIdString
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