Skip to main content
A newer version of this page is available. .

XPClassInfo.Members Property

Gets a collection of XPMemberInfo objects that are owned by the current persistent class metadata information and all its ancestors.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

public ICollection<XPMemberInfo> Members { get; }

Property Value

Type Description
ICollection<XPMemberInfo>

An array of XPMemberInfo objects that are owned by the current persistent class metadata information and all its ancestors.

See Also