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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.ComTypes Namespace > _UADataSetFieldDescriptor Interface : DataSetFieldIdString Property
The dataset field Id string, if available.
Syntax
'Declaration
 
<NotNullAttribute()>
Property DataSetFieldIdString As String
'Usage
 
Dim instance As _UADataSetFieldDescriptor
Dim value As String
 
instance.DataSetFieldIdString = value
 
value = instance.DataSetFieldIdString
[NotNull()]
string DataSetFieldIdString {get; set;}
[NotNull()]
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