QuickOPC User's Guide and Reference
DataSetFieldIdString Property (UADataSetFieldDescriptor)



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
[DefaultValue("")]
[IsValueEvident(true)]
[NotNull()]
[XmlIgnore()]
public string DataSetFieldIdString {get; set;}
[DefaultValue("")]
[IsValueEvident(true)]
[NotNull()]
[XmlIgnore()]
public:
property String^ DataSetFieldIdString {
   String^ get();
   void set (    String^ value);
}
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