TestimoX

API Reference

Class

EventSample

Namespace ADPlayground.DomainControllers.EventLogLocalService
Assembly ADPlayground
Modifiers sealed

Evidence row for a recent event in a channel.

Inheritance

  • Object
  • EventSample

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

Properties

public String LogName { get; set; } #

Log/channel name that produced the event.

public Int32 EventId { get; set; } #

Event identifier.

public DateTime TimeCreated { get; set; } #

Timestamp of the event.

public String ProviderName { get; set; } #

Provider name that emitted the event.

public String RenderedMessage { get; set; } #

Formatted event message.