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

AssociationElementTypeMissingException.PropertyName Property

OBSOLETE

Use Message instead.

Gets the name of the collection property that caused the current exception.

Namespace: DevExpress.Xpo.Exceptions

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

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

Property Value

Type Description
String

The name of the collection property that caused the current exception.

See Also