Event Constructor

Definition

Constructor for Event

public Event (string name, Microsoft.InformationProtection.EventLevel level, DateTime startTime, System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.InformationProtection.EventProperty> properties);
new Microsoft.InformationProtection.Event : string * Microsoft.InformationProtection.EventLevel * DateTime * System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.InformationProtection.EventProperty> -> Microsoft.InformationProtection.Event
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

Applies to