Skip to main content
A newer version of this page is available. .

CustomAssemblyLoadingProhibitedException.AssemblyPath Property

Returns the value assigned to the BeforeLoadCustomAssemblyEventArgs.AssemblyPath property.

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v22.1.dll

NuGet Package: DevExpress.DataAccess

Declaration

public string AssemblyPath { get; }

Property Value

Type Description
String

A String value, specifying the expected path to a custom assembly.

See Also