Skip to main content
.NET 6.0+

TypeOperationPermission.ObjectType Property

The type of the secured object.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.Security.v24.1.dll

Declaration

[IgnoreDataMember]
public Type ObjectType { get; set; }
public Type ObjectType { get; }

Property Value

Type Description
Type

A System.Type object which is the secured type.

See Also