Role.TypePermissions Property
Gets the list of objects which contain type permissions associated with the current Role.
Namespace: DevExpress.Persistent.BaseImpl.EF
Assembly: DevExpress.ExpressApp.Security.EF6.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Security.EF6
Declaration
Property Value
Type | Description |
---|---|
IList<DevExpress.Persistent.BaseImpl.EF.TypePermissionObject> | An IList<TypePermissionObject<, which is the list of the TypePermissionObject objects which are type permissions associated with the current role. |
See Also