Skip to main content
All docs
V25.1
  • BindToTypePolicy.UnregisterTrustedType(String) Method

    This member supports the internal infrastructure and is not intended to be used directly from your code.

    Namespace: DevExpress.Utils

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public static void UnregisterTrustedType(
        string assemblyQualifiedTypeName
    )

    Parameters

    Name Type Description
    assemblyQualifiedTypeName String

    The assembly-qualified name of the type.

    See Also