Skip to main content

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

NuGet Package: DevExpress.Xpo

Declaration

public override ICollection<XPMemberInfo> OwnMembers { get; }

Property Value

Type Description
ICollection<XPMemberInfo>

An array of XPMemberInfo objects.

See Also