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

PropertyMissingException.PropertyName Property

OBSOLETE

Use Message instead.

Gets the property name that is missing in the currently processed object type.

Namespace: DevExpress.Xpo.Exceptions

Assembly: DevExpress.Xpo.v21.1.dll

NuGet Package: DevExpress.Xpo

Declaration

[Obsolete("Use Message instead.", false)]
[Browsable(false)]
public string PropertyName { get; }

Property Value

Type Description
String

A string that specifies the name of the missing property.

See Also