Class BackingTypeAttribute
Specifies a type.
Inheritance
System.Object
    BackingTypeAttribute
  Namespace: EPiServer.DataAnnotations
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class BackingTypeAttribute : AttributeRemarks
This attribute is used by page properties to specifiy their types.
Refer to "Attributes" and "Pages, Page Types and Page Templates" under "Content" in the Developer Guide for more information and examples.
Constructors
BackingTypeAttribute(Type)
Initializes a new instance of the BackingTypeAttribute class.
Declaration
public BackingTypeAttribute(Type backingType)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Type | backingType | The type. | 
Properties
BackingType
Gets the System.Type.
Declaration
public Type BackingType { get; }Property Value
| Type | Description | 
|---|---|
| System.Type | 
