Skip to main content

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.v24.2.dll

NuGet Package: DevExpress.Xpo

#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