Skip to main content

XPMemberInfo.MemberType Property

When implemented in a derived class, gets the member’s type.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public abstract Type MemberType { get; }

Property Value

Type Description
Type

A Type descendant which represents the member’s type.

Remarks

This property supports the base .NET Framework data types. See the Microsoft .NET Framework Documentation for details.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the MemberType property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also