CustomAssemblyLoadingProhibitedException.ContextName Property
In This Article
Returns the value assigned to the BeforeLoadCustomAssemblyEventArgs.ContextName property.
Namespace: DevExpress.DataAccess.EntityFramework
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
#Property Value
Type | Description |
---|---|
String | A String value, specifying the expected type to load from a custom assembly. |
See Also