Connectivity Software User's Guide and Reference
UADataSetFieldDescriptor Constructor(UAFieldMetaData)



OpcLabs.EasyOpcUAPrimitives Assembly > OpcLabs.EasyOpc.UA.PubSub Namespace > UADataSetFieldDescriptor Class > UADataSetFieldDescriptor Constructor : UADataSetFieldDescriptor Constructor(UAFieldMetaData)
The field metadata containing the dataset field information.

The value of this parameter cannot be null (Nothing in Visual Basic).

Initializes a new instance of the class from field metadata.
Syntax
'Declaration
 
Public Function New( _
   ByVal fieldMetaData As UAFieldMetaData _
)
'Usage
 
Dim fieldMetaData As UAFieldMetaData
 
Dim instance As New UADataSetFieldDescriptor(fieldMetaData)
public UADataSetFieldDescriptor( 
   UAFieldMetaData fieldMetaData
)
public:
UADataSetFieldDescriptor( 
   UAFieldMetaData^ fieldMetaData
)

Parameters

fieldMetaData
The field metadata containing the dataset field information.

The value of this parameter cannot be null (Nothing in Visual Basic).

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