XPClassInfo.Members Property
In This Article
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<XPMember |
An array of XPMember |
See Also