Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CalculatedPersistentAliasAttribute.PropertyName Property

Specifies the property name for which you would like to set up a persistent alias.

Namespace: DevExpress.ExpressApp.Xpo

Assembly: DevExpress.ExpressApp.Xpo.v20.2.dll

NuGet Package: DevExpress.ExpressApp.Xpo

Declaration

public string PropertyName { get; }

Property Value

Type Description
String

A string holding the property name for which a persistent alias should be configured.

See Also