Back to Devexpress

Session.GetObjectType(Int32) Method

xpo-devexpress-dot-xpo-dot-session-dot-getobjecttype-x28-system-dot-int32-x29.md

latest1.1 KB
Original Source

Session.GetObjectType(Int32) Method

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

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public XPObjectType GetObjectType(
    int id
)
vb
Public Function GetObjectType(
    id As Integer
) As XPObjectType

Parameters

NameType
idInt32

Returns

Type
XPObjectType

See Also

Session Class

Session Members

DevExpress.Xpo Namespace