Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

MemberOperationPermission(SerializationInfo, StreamingContext) Constructor

Initializes a new instance of the MemberOperationPermission class with specified settings.

Namespace: DevExpress.ExpressApp.Security

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

Declaration

public MemberOperationPermission(
    SerializationInfo information,
    StreamingContext context
)

Parameters

Name Type
information SerializationInfo
context StreamingContext
See Also