QuickOPC User's Guide and Reference
ExpandedText Property (UATypeDefinitionIdAttribute)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.InformationModel Namespace > UATypeDefinitionIdAttribute Class : ExpandedText Property
Expanded text of the type definition Id.
Syntax
'Declaration
 
<NotNullAttribute()>
Public ReadOnly Property ExpandedText As String
'Usage
 
Dim instance As UATypeDefinitionIdAttribute
Dim value As String
 
value = instance.ExpandedText
[NotNull()]
public string ExpandedText {get;}
[NotNull()]
public:
property String^ ExpandedText {
   String^ get();
}
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