QuickOPC User's Guide and Reference
UATypeDefinitionIdAttribute Constructor



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Modelling 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: Windows 7 with SP1, Windows Server 2008 R2 with SP1

See Also

Reference

UATypeDefinitionIdAttribute Class
UATypeDefinitionIdAttribute Members