QuickOPC User's Guide and Reference
DefaultSourceDescriptor Property



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.OperationModel Namespace > AEAcknowledgeConditionArguments Class : DefaultSourceDescriptor Property
Default source descriptor.
Syntax
'Declaration
 
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<NotNullAttribute()>
Public Shared ReadOnly Property DefaultSourceDescriptor As AENodeDescriptor
'Usage
 
Dim value As AENodeDescriptor
 
value = AEAcknowledgeConditionArguments.DefaultSourceDescriptor
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public static AENodeDescriptor DefaultSourceDescriptor {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public:
static property AENodeDescriptor^ DefaultSourceDescriptor {
   AENodeDescriptor^ get();
}
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