Class EPiServerDataPropertyRenameAttribute
Apply this attribute to properties that have been renamed on types whose instances are stored in the EPiServer Dynamic Data Store where
Inheritance
System.Object
    EPiServerDataPropertyRenameAttribute
  Namespace: EPiServer.Data.Dynamic
Assembly: EPiServer.Data.dll
Version: 12.0.3Syntax
public sealed class EPiServerDataPropertyRenameAttribute : AttributeConstructors
EPiServerDataPropertyRenameAttribute()
Declaration
public EPiServerDataPropertyRenameAttribute()Properties
OldName
The old name of the property
Declaration
public string OldName { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
