Skip to main content

ReflectionFieldInfo.MemberType Property

Gets the type of this field.

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 field.

See Also