EventProperty(EventPropertyType, String, Pii, Object, Boolean) 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 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