Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IMemberInfo.AssociatedMemberInfo Property

Supplies metadata on the member involved in an association with the current member.

Namespace: DevExpress.ExpressApp.DC

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

IMemberInfo AssociatedMemberInfo { get; }

Property Value

Type Description
IMemberInfo

An IMemberInfo object that supplies metadata on the member involved in an association with the current member.

See Also