Skip to main content
.NET 6.0+

OperationPermissionRequestBase.Operation Property

Specifies the requested operation.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

[DataMember]
public string Operation { get; }
public string Operation { get; }

Property Value

Type Description
String

A string that specifies the requested operation.

See Also