Skip to main content
.NET 8.0+

ITypeInfo.FindMember(String) Method

Supplies metadata on the current type’s member with a specific name.

Namespace: DevExpress.ExpressApp.DC

Assembly: DevExpress.ExpressApp.v25.1.dll

NuGet Package: DevExpress.ExpressApp

Declaration

IMemberInfo FindMember(
    string name
)

Parameters

Name Type Description
name String

A string that holds the required member’s name.

Returns

Type Description
IMemberInfo

An IMemberInfo object that supplies metadata on the current type’s member with the specified name.

See Also