SinkSettings.EventSources Property
Applies to: Semantic Logging Application Block 1.0
Namespace: Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Etw.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Etw (in Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Etw.dll) Version: 1.0.0.0 (1.0.1304.0)
Syntax
public IEnumerable<EventSourceSettings> EventSources { get; set; }
'Declaration
Public Property EventSources As IEnumerable(Of EventSourceSettings)
Get
Set
public:
property IEnumerable<EventSourceSettings^>^ EventSources {
IEnumerable<EventSourceSettings^>^ get ();
void set (IEnumerable<EventSourceSettings^>^ value);
}
Property Value
Type: IEnumerable<EventSourceSettings>
See Also
Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Etw.Configuration Namespace