OPC Studio User's Guide and Reference
UAFieldMetaData Constructor(String,Guid,Int32)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration Namespace > UAFieldMetaData Class > UAFieldMetaData Constructor : UAFieldMetaData Constructor(String,Guid,Int32)
The name of the dataset field.

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

The unique ID for the field in the dataset.
The value rank of the dataset field.
Initializes a new instance of the class, specifying the name, dataset field Id, and value rank.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal dataSetFieldId As Guid, _
   ByVal valueRank As Integer _
)
'Usage
 
Dim name As String
Dim dataSetFieldId As Guid
Dim valueRank As Integer
 
Dim instance As New UAFieldMetaData(name, dataSetFieldId, valueRank)
public UAFieldMetaData( 
   string name,
   Guid dataSetFieldId,
   int valueRank
)
public:
UAFieldMetaData( 
   String^ name,
   Guid dataSetFieldId,
   int valueRank
)

Parameters

name
The name of the dataset field.

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

dataSetFieldId
The unique ID for the field in the dataset.
valueRank
The value rank of the dataset field.
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