Skip to main content

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

Declaration

public override ICollection<XPMemberInfo> OwnMembers { get; }

Property Value

Type Description
ICollection<XPMemberInfo>

An array of XPMemberInfo objects.

See Also