ReflectionClassInfo.OwnMembers Property
Gets a collection of XPMemberInfo objects that provide metadata information on all the members owned by the class.
Namespace: DevExpress.Xpo.Metadata
Assembly: DevExpress.Xpo.v25.2.dll
Declaration
Property Value
| Type | Description |
|---|---|
| ICollection<XPMemberInfo> | An array of XPMemberInfo objects. |
See Also