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

IMemberInfo.Owner Property

Supplies metadata on the type in which the current member is declared.

Namespace: DevExpress.ExpressApp.DC

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

ITypeInfo Owner { get; }

Property Value

Type Description
ITypeInfo

An ITypeInfo object that supplies metadata on the type in which the current member is declared.

See Also