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



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

See Also