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

DuplicateKeyPropertyException.ClassName Property

OBSOLETE

Use Message instead.

Gets the name of the persistent class in which the key property is declared twice.

Namespace: DevExpress.Xpo.Exceptions

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

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

Property Value

Type Description
String

The name of the persistent class.

See Also