Skip to main content

KeysAutogenerationNonSupportedTypeException.TypeName Property

OBSOLETE

Use Message instead.

Gets the string that specifies the object type name.

Namespace: DevExpress.Xpo.Exceptions

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

[Obsolete("Use Message instead.", false)]
[Browsable(false)]
public string TypeName { get; }

Property Value

Type Description
String

A string that specifies the object type name.

See Also