QuickOPC User's Guide and Reference
DataSetFieldId Property (_UAFieldMetaData)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes Namespace > _UAFieldMetaData Interface : DataSetFieldId Property
The unique ID for the field in the dataset.
Syntax
'Declaration
 
Property DataSetFieldId As Guid
'Usage
 
Dim instance As _UAFieldMetaData
Dim value As Guid
 
instance.DataSetFieldId = value
 
value = instance.DataSetFieldId
Guid DataSetFieldId {get; set;}
property Guid DataSetFieldId {
   Guid get();
   void set (    Guid 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