Skip to main content
All docs
V25.1
  • BindToTypePolicy.QueryNonTrustedTypeValidationEventArgs.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.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public string AssemblyQualifiedTypeName { get; }

    Property Value

    Type Description
    String

    The assembly-qualified name of the type.

    See Also