TelemetryEvent Constructor
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.
Constructor for TelemetryEvent
public TelemetryEvent (string name, Microsoft.InformationProtection.EventLevel level, DateTime startTime, System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.InformationProtection.EventProperty> properties);
new Microsoft.InformationProtection.TelemetryEvent : string * Microsoft.InformationProtection.EventLevel * DateTime * System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.InformationProtection.EventProperty> -> Microsoft.InformationProtection.TelemetryEvent
Public Sub New (name As String, level As EventLevel, startTime As DateTime, properties As ReadOnlyCollection(Of EventProperty))
Parameters
- name
- String
The email
- level
- EventLevel
The name
- startTime
- DateTime
The name
- properties
- ReadOnlyCollection<EventProperty>
The name