OperationPermissionBase(String) Constructor
Initializes a new instance of the OperationPermissionBase class.
Namespace: DevExpress.ExpressApp.Security
Assembly: DevExpress.ExpressApp.Security.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Security
Declaration
Parameters
Name | Type | Description |
---|---|---|
operation | String | A string which specifies the secured operation. |
Remarks
The OperationPermissionBase.Operation property is initialized with the value passed to this constructor. If the specified operation is not supported, a System.InvalidOperationException is thrown. See OperationPermissionBase.GetSupportedOperations.
See Also