'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(); }