Skip to main content
.NET 6.0+

OperationPermissionBase.Operation Property

Gets the name of a secured operation.

Namespace: DevExpress.ExpressApp.Security

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

Declaration

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

Property Value

Type Description
String

A string which is the name of a secured operation.

Remarks

This property value is initialized via the OperationPermissionBase constructor.

Implements

See Also