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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataTypeSchema Namespace > UADataTypeInfo Class : Name Property
The name of the data type.
Syntax
'Declaration
 
Public Property Name As UAQualifiedName
'Usage
 
Dim instance As UADataTypeInfo
Dim value As UAQualifiedName
 
instance.Name = value
 
value = instance.Name
public UAQualifiedName Name {get; set;}
public:
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