Back to Devexpress

BeforeLoadCustomAssemblyEventArgs.AssemblyPath Property

corelibraries-devexpress-dot-dataaccess-dot-entityframework-dot-beforeloadcustomassemblyeventargs-0ae20042.md

latest1.6 KB
Original Source

BeforeLoadCustomAssemblyEventArgs.AssemblyPath Property

Specifies the path to a requested assembly.

Namespace : DevExpress.DataAccess.EntityFramework

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

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

Property Value

TypeDescription
String

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

|

Remarks

An unauthorized attempt to load a custom assembly will result in throwing a CustomAssemblyLoadingProhibitedException.

See Also

BeforeLoadCustomAssemblyEventArgs Class

BeforeLoadCustomAssemblyEventArgs Members

DevExpress.DataAccess.EntityFramework Namespace