Class WebPageAclRoleMetadata
Represents the metadata of a web page ACL role.
public sealed record WebPageAclRoleMetadata
- Inheritance
-
objectWebPageAclRoleMetadata
- Extension Methods
Properties
RoleDisplayName
Role display name.
public string RoleDisplayName { get; init; }
Property Value
- string
RoleID
Role ID.
public int RoleID { get; init; }
Property Value
- int
RoleName
Role code name.
public string RoleName { get; init; }
Property Value
- string