TelemetryEvent Class

Definition

The class representing MIP SDK telemetry.

public class TelemetryEvent : Microsoft.InformationProtection.Event
type TelemetryEvent = class
    inherit Event
Public Class TelemetryEvent
Inherits Event
Inheritance
TelemetryEvent

Constructors

TelemetryEvent(String, EventLevel, DateTime, ReadOnlyCollection<EventProperty>)

Constructor for TelemetryEvent

Properties

Level

The level of event, indicating whether it is considered necessary service data (NSD) or not.

(Inherited from Event)
Name

Event name.

(Inherited from Event)
Properties

All event properties.

(Inherited from Event)
StartTime

The event start time.

(Inherited from Event)

Applies to