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

IMemberInfo.IsAliased Property

Indicates whether the member is a persistent alias.

Namespace: DevExpress.ExpressApp.DC

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

bool IsAliased { get; }

Property Value

Type Description
Boolean

true if the member is a persistent alias; otherwise, false.

Remarks

A persistent alias is a non-persistent property whose value is calculated based upon the values of persistent properties.

See Also