Skip to main content
.NET 8.0+

PersistentAliasAttribute Properties
Show Inherited Hide Inherited

Indicates that a property is not persistent and its value is calculated based upon the values of a specific field(s).
Name Description
AliasExpression Gets the expression which determines how the property’s value is calculated.
TypeId When implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute.
See Also