AuditLogSource Enum
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.
Known sources for audit log events to help with automated filtering by other tooling.
public enum AuditLogSource
type AuditLogSource =
Public Enum AuditLogSource
- Inheritance
-
AuditLogSource
Fields
Name | Value | Description |
---|---|---|
None | 0 | No component, used for cases where a known component is not registered yet. |
LiveShare | 1 | LiveShare components. |
Remarks
If you are adding to this list, please ensure audit event source registration is also updated in VS setup finalizer.