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