Skip to main content

OperationPermissionRequestBase.Operation Property

Specifies the requested operation.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.v25.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

[DataMember]
public string Operation { get; }

Property Value

Type Description
String

A string that specifies the requested operation.

See Also