DataSource.Event Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies an event log data source. This property is valid only when SourceType is EventLog
public:
property Microsoft::SystemInsights::Capability::EventDataSource ^ Event { Microsoft::SystemInsights::Capability::EventDataSource ^ get(); void set(Microsoft::SystemInsights::Capability::EventDataSource ^ value); };
public Microsoft.SystemInsights.Capability.EventDataSource Event { get; set; }
member this.Event : Microsoft.SystemInsights.Capability.EventDataSource with get, set
Public Property Event As EventDataSource