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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataTypeSchema.ComTypes Namespace > _UAEnumTypeInfo Interface : Name Property
The name of the data type.
Syntax
'Declaration
 
<NotNullAttribute()>
Property Name As UAQualifiedName
'Usage
 
Dim instance As _UAEnumTypeInfo
Dim value As UAQualifiedName
 
instance.Name = value
 
value = instance.Name
[NotNull()]
UAQualifiedName Name {get; set;}
[NotNull()]
property UAQualifiedName^ Name {
   UAQualifiedName^ get();
   void set (    UAQualifiedName^ value);
}
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