Skip to main content
All docs
V24.2

EnvironmentPolicy.FailedEventArgs.Operation Property

Gets the environment-related operation that failed.

Namespace: DevExpress.Data.Utils

Assembly: DevExpress.Data.v24.2.dll

Declaration

public EnvironmentOperation Operation { get; }

Property Value

Type Description
DevExpress.Data.Internal.EnvironmentOperation

The environment-related operation that failed.

See Also