QuickOPC User's Guide and Reference
StandardName Property (UANodeId)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.AddressSpace Namespace > UANodeId Class : StandardName Property
A symbolic name of the node if the node Id is for one of the standard nodes. Empty otherwise.
Syntax
'Declaration
 
<DefaultValueAttribute("")>
<DisplayAttribute(AutoGenerateField=True, 
   Order=191, 
   ShortName="Standard Name")>
<TypeConverterAttribute(OpcLabs.BaseLib.ComponentModel.Internal.ValuesStandardPropertyConverter)>
<XmlIgnoreAttribute()>
Public Property StandardName As String
'Usage
 
Dim instance As UANodeId
Dim value As String
 
instance.StandardName = value
 
value = instance.StandardName
[DefaultValue("")]
[Display(AutoGenerateField=true, 
   Order=191, 
   ShortName="Standard Name")]
[TypeConverter(OpcLabs.BaseLib.ComponentModel.Internal.ValuesStandardPropertyConverter)]
[XmlIgnore()]
public string StandardName {get; set;}
[DefaultValue("")]
[Display(AutoGenerateField=true, 
   Order=191, 
   ShortName="Standard Name")]
[TypeConverter(OpcLabs.BaseLib.ComponentModel.Internal.ValuesStandardPropertyConverter)]
[XmlIgnore()]
public:
property String^ StandardName {
   String^ get();
   void set (    String^ 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