EventProperty(EventPropertyType, String, Pii, Object, Boolean) Constructor

Definition

Constructor for EventProperty

public EventProperty (Microsoft.InformationProtection.EventPropertyType propertyType, string name, Microsoft.InformationProtection.Pii pii, object value, bool isAuditOnly);
new Microsoft.InformationProtection.EventProperty : Microsoft.InformationProtection.EventPropertyType * string * Microsoft.InformationProtection.Pii * obj * bool -> Microsoft.InformationProtection.EventProperty
Public Sub New (propertyType As EventPropertyType, name As String, pii As Pii, value As Object, isAuditOnly As Boolean)

Parameters

propertyType
EventPropertyType

data type for the property

name
String

The name of property

pii
Pii

Personally-identifiable information (PII) classification

value
Object

The value of the property

isAuditOnly
Boolean

Flag to represent if its restricted to audit pipeline

Applies to