Class RoleDeleteAuditLogData
Contains a piece of audit log data relating to a role deletion.
public class RoleDeleteAuditLogData : IAuditLogData
- Inheritance
-
RoleDeleteAuditLogData
- Implements
- Inherited Members
Properties
Properties
Gets the role information that was deleted.
public RoleEditInfo Properties { get; }
Property Value
RoleId
Gets the ID of the role that was deleted.
public ulong RoleId { get; }