Skip to main content

TypeNotFoundException.TypeId Property

Gets the object type identifier.

Namespace: DevExpress.Xpo.Exceptions

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public int TypeId { get; set; }

Property Value

Type Description
Int32

An integer object type identifier.

See Also