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

ITypeInfo.KeyMembers Property

Supplies metadata on the type’s key members.

Namespace: DevExpress.ExpressApp.DC

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

ReadOnlyCollection<IMemberInfo> KeyMembers { get; }

Property Value

Type Description
ReadOnlyCollection<IMemberInfo>

An ReadOnlyCollection<IMemberInfo> collection of objects that supply metadata on the type’s key members.

See Also