Skip to main content
All docs
V25.2
  • 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.2.dll

    Declaration

    public string AssemblyQualifiedTypeName { get; }

    Property Value

    Type Description
    String

    The assembly-qualified name of the type.

    See Also