EventProperty Class
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.
The interface to the MIP SDK audit.
public class EventProperty
type EventProperty = class
Public Class EventProperty
- Inheritance
-
EventProperty
Constructors
EventProperty(EventPropertyType, String, Pii, Object, Boolean) |
Constructor for EventProperty |
Properties
IsAuditOnly |
Whether or not this property is restricted to the audit pipeline. |
Name |
The name of property. |
Pii |
Personally-identifiable information (PII) classification, if any. |
PropertyType |
The underlying data type for this property. |
Value |
Property value of PropertyType. |