Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IObjectSpace.GetKeyPropertyType(Type) Method

Gets the key property type of objects of the specified type.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

Type GetKeyPropertyType(
    Type type
)

Parameters

Name Type Description
type Type

A Type object which is the type of the objects whose key property type is requested.

Returns

Type Description
Type

A Type object which is the type of the specified type objects’ key property.

See Also