Skip to main content
.NET 6.0+

ObjectOperationPermission.ObjectType Property

Gets the type of the secured object.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.Security.v23.2.dll

Declaration

public Type ObjectType { get; }

Property Value

Type Description
Type

A System.Type object which is the type of the secured object.

See Also