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

RequiredAttributeMissingException.AttributeName Property

OBSOLETE

Use Message instead.

Gets the name of the attribute that is missing in the metadata.

Namespace: DevExpress.Xpo.Exceptions

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

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

Property Value

Type Description
String

The name of the missing attribute.

See Also