Skip to main content
A newer version of this page is available. .

XPMemberInfo.GetAssociatedProperty() Method

OBSOLETE

Use GetAssociatedMember() method instead

Gets the property metadata which is associated with the current XPMemberInfo object.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v19.1.dll

Declaration

[Obsolete("Use GetAssociatedMember method instead", true)]
public XPMemberInfo GetAssociatedProperty()

Returns

Type Description
XPMemberInfo

An XPMemberInfo object that provides property metadata which is associated with the current object.

Remarks

A property is associated with another property if both conditions are met:

If the property which is associated with the current property isn’t found, a PropertyMissingException is thrown.

See Also