Skip to main content
A newer version of this page is available. .

MemberOperationPermission.ObjectType Property

Gets the type exposing the secured member.

Namespace: DevExpress.ExpressApp.Security

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

Declaration

public Type ObjectType { get; }

Property Value

Type Description
Type

A System.Type object which is the type exposing the secured member.

See Also