Back to Devexpress

CustomAssemblyLoadingProhibitedException.AssemblyPath Property

corelibraries-devexpress-dot-dataaccess-dot-entityframework-dot-customassemblyloadingprohibitedexception.md

latest1.5 KB
Original Source

CustomAssemblyLoadingProhibitedException.AssemblyPath Property

Returns the value assigned to the BeforeLoadCustomAssemblyEventArgs.AssemblyPath property.

Namespace : DevExpress.DataAccess.EntityFramework

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
public string AssemblyPath { get; }
vb
Public ReadOnly Property AssemblyPath As String

Property Value

TypeDescription
String

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

|

See Also

CustomAssemblyLoadingProhibitedException Class

CustomAssemblyLoadingProhibitedException Members

DevExpress.DataAccess.EntityFramework Namespace