Skip to main content
A newer version of this page is available. .

UnableToFillRefTypeException.MemberName Property

Gets the property name of the currently processed object.

Namespace: DevExpress.Xpo.Exceptions

Assembly: DevExpress.Xpo.v21.1.dll

NuGet Package: DevExpress.Xpo

Declaration

public string MemberName { get; set; }

Property Value

Type Description
String

A string that specifies the property name.

See Also