Class PermissionSetFilter
Represents a filter for permission sets.
Inherited Members
Namespace: DataWeb.Authorization
Assembly: DataWeb.Core.dll
Syntax
public class PermissionSetFilter
Properties
Count
Gets or sets the count of permission sets.
Declaration
public int Count { get; set; }
Property Value
Type | Description |
---|---|
int |
Name
Gets or sets the name of the permission set.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |