QuickOPC User's Guide and Reference
SourceDescriptor Property



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.OperationModel Namespace > AEAcknowledgeConditionArguments Class : SourceDescriptor Property
Contains fully qualified source name. Identifies the source of the condition that is being acknowledged, e.g. FIC101.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Property SourceDescriptor As AENodeDescriptor
'Usage
 
Dim instance As AEAcknowledgeConditionArguments
Dim value As AENodeDescriptor
 
instance.SourceDescriptor = value
 
value = instance.SourceDescriptor
[NotNull()]
public AENodeDescriptor SourceDescriptor {get; set;}
[NotNull()]
public:
property AENodeDescriptor^ SourceDescriptor {
   AENodeDescriptor^ get();
   void set (    AENodeDescriptor^ 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