QuickOPC User's Guide and Reference
QualifiedSourceName Property (AEEventData)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.AlarmsAndEvents Namespace > AEEventData Class : QualifiedSourceName Property
The source of event notification.
Syntax
'Declaration
 
<DefaultValueAttribute("")>
<NotNullAttribute()>
Public Property QualifiedSourceName As String
'Usage
 
Dim instance As AEEventData
Dim value As String
 
instance.QualifiedSourceName = value
 
value = instance.QualifiedSourceName
[DefaultValue("")]
[NotNull()]
public string QualifiedSourceName {get; set;}
[DefaultValue("")]
[NotNull()]
public:
property String^ QualifiedSourceName {
   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