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