Skip to main content

RequiredAttributeMissingException.PropertyName Property

OBSOLETE

Use Message instead.

Gets the name of the property that is not marked with the specified attribute.

Namespace: DevExpress.Xpo.Exceptions

Assembly: DevExpress.Xpo.v23.2.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 property’s name.

See Also