Skip to main content

ReflectionPropertyInfo.MemberType Property

Gets the type of this property.

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

The Type of this property.

See Also