QuickOPC User's Guide and Reference
Name Property (_UASimpleTypeDescription)



View with Navigation Tools
OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataTypeSchema.ComTypes Namespace > _UASimpleTypeDescription Interface : Name Property
A unique name for the data type.
Syntax
'Declaration
 
<NotNullAttribute()>
Property Name As UAQualifiedName
 
'Usage
 
Dim instance As _UASimpleTypeDescription
Dim value As UAQualifiedName
 
instance.Name = value
 
value = instance.Name
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