Skip to main content

XPCustomMemberInfo.MemberType Property

Gets the member’s type.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public override Type MemberType { get; }

Property Value

Type Description
Type

A Type descendant which represents the member’s type.

Remarks

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

See Also