QuickOPC User's Guide and Reference
UATypeDefinitionIdAttribute Constructor



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.InformationModel Namespace > UATypeDefinitionIdAttribute Class : UATypeDefinitionIdAttribute Constructor
Expanded text of the type definition ID.
Specified the OPC-UA type definition associated with the .NET type.
Syntax
'Declaration
 
Public Function New( _
   ByVal expandedText As String _
)
'Usage
 
Dim expandedText As String
 
Dim instance As New UATypeDefinitionIdAttribute(expandedText)
public UATypeDefinitionIdAttribute( 
   string expandedText
)
public:
UATypeDefinitionIdAttribute( 
   String^ expandedText
)

Parameters

expandedText
Expanded text of the type definition ID.
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