Application.Subjects Property

Gets all subjects registered in the application.

Namespace:  Microsoft.ComplexEventProcessing
Assembly:  Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)

Syntax

'Declaration
Public ReadOnly Property Subjects As IDictionary(Of String, CepSubject)
    Get
'Usage
Dim instance As Application 
Dim value As IDictionary(Of String, CepSubject)

value = instance.Subjects
public IDictionary<string, CepSubject> Subjects { get; }
public:
property IDictionary<String^, CepSubject^>^ Subjects {
    IDictionary<String^, CepSubject^>^ get ();
}
member Subjects : IDictionary<string, CepSubject>
function get Subjects () : IDictionary<String, CepSubject>

Property Value

Type: System.Collections.Generic.IDictionary<String, CepSubject>
All subjects registered in the application.

See Also

Reference

Application Class

Microsoft.ComplexEventProcessing Namespace