API Reference
Class
Subcat
Audit subcategory descriptor.
Inheritance
- Object
- Subcat
Constructors
public Subcat(String name, Guid id, String category, Int32 index2016, Int32 index2012R2) #Create a descriptor.
Parameters
- name System.String
- id System.Guid
- category System.String
- index2016 System.Int32
- index2012R2 System.Int32
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Name { get; } #Display name of the subcategory (e.g., Logon).
public String Category { get; } #Audit category (e.g., Logon/Logoff).
public Int32 Index2016 { get; } #Byte index for Windows Server 2016+ layouts.
public Int32 Index2012R2 { get; } #Byte index for Windows Server 2012 R2 layouts.