Back to Devexpress

CustomAssemblyLoadingProhibitedException.ContextName Property

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

latest1.6 KB
Original Source

CustomAssemblyLoadingProhibitedException.ContextName Property

Returns the value assigned to the BeforeLoadCustomAssemblyEventArgs.ContextName property.

Namespace : DevExpress.DataAccess.EntityFramework

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

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

Property Value

TypeDescription
String

A String value, specifying the expected type to load from a custom assembly.

|

See Also

CustomAssemblyLoadingProhibitedException Class

CustomAssemblyLoadingProhibitedException Members

DevExpress.DataAccess.EntityFramework Namespace