QuickOPC User's Guide and Reference
DefaultSources Property



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.AlarmsAndEvents Namespace > AESubscriptionFilter Class : DefaultSources Property
Default sources. An empty array.
Syntax
'Declaration
 
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<ElementsNotNullAttribute()>
<NotNullAttribute()>
Public Shared ReadOnly Property DefaultSources As AENodeDescriptor()
'Usage
 
Dim value() As AENodeDescriptor
 
value = AESubscriptionFilter.DefaultSources
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[ElementsNotNull()]
[NotNull()]
public static AENodeDescriptor[] DefaultSources {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[ElementsNotNull()]
[NotNull()]
public:
static property array<AENodeDescriptor^>^ DefaultSources {
   array<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