Skip to main content
All docs
V23.2

BindToTypePolicy.QueryBindToTypeEventArgs.AssemblyQualifiedTypeName Property

Gets the assembly-qualified name of the type, which includes the name of the assembly from which this Type object is being loaded.

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public string AssemblyQualifiedTypeName { get; }

Property Value

Type Description
String

The assembly-qualified name of the type.

See Also