IPermissionPolicyRole.TypePermissions Property
In This Article
Gets the list of objects which contain type permissions associated with the current IPermissionPolicyRole.
Namespace: DevExpress.Persistent.Base
Assembly: DevExpress.Persistent.Base.v24.2.dll
NuGet Package: DevExpress.Persistent.Base
#Declaration
IEnumerable<IPermissionPolicyTypePermissionObject> TypePermissions { get; }
#Property Value
Type | Description |
---|---|
IEnumerable<DevExpress. |
An IEnumerable<DevExpress. |
See Also