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



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess Namespace > DAQuality Class : StandardName Property
A symbolic name of the current DAQuality if it has a standard name. Empty otherwise.
Syntax
'Declaration
 
<DefaultValueAttribute("BadNonspecific")>
<IgnoreDataMemberAttribute()>
<XmlIgnoreAttribute()>
Public Property StandardName As String
'Usage
 
Dim instance As DAQuality
Dim value As String
 
instance.StandardName = value
 
value = instance.StandardName
[DefaultValue("BadNonspecific")]
[IgnoreDataMember()]
[XmlIgnore()]
public string StandardName {get; set;}
[DefaultValue("BadNonspecific")]
[IgnoreDataMember()]
[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 2012, Windows Server 2016; .NET Core, .NET 5, .NET 6: Linux, macOS, Microsoft Windows

See Also

Reference

DAQuality Class
DAQuality Members