OPC Studio User's Guide and Reference
UAGenericObject Constructor(GenericData)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.ComplexData Namespace > UAGenericObject Class > UAGenericObject Constructor : UAGenericObject Constructor(GenericData)
The generic data carried by this OPC UA generic object.

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

Initializes a new instance of the class, specifying the generic data.
Syntax
'Declaration
 
Public Function New( _
   ByVal genericData As GenericData _
)
'Usage
 
Dim genericData As GenericData
 
Dim instance As New UAGenericObject(genericData)
public UAGenericObject( 
   GenericData genericData
)
public:
UAGenericObject( 
   GenericData^ genericData
)

Parameters

genericData
The generic data carried by this OPC UA generic object.

The value of this parameter can 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