Interface IPropertyBlock<T>
Defines the signature for a property that is a block property.
Inherited Members
Namespace: EPiServer.SpecializedProperties
Assembly: EPiServer.dll
Version: 7.19.2Syntax
public interface IPropertyBlock<T> : IPropertyBlock, IContentData where T : BlockDataType Parameters
| Name | Description | 
|---|---|
| T | 
Properties
Block
Gets or sets the type inheriting BlockData for the instance.
Declaration
T Block { get; set; }Property Value
| Type | Description | 
|---|---|
| T | The block. | 
