View Source
  Class BlockItemData.BlockPropertyValue
  
  Used during deserialization to populate the property value/property type of a block item content property
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Infrastructure.dll
  Syntax
  
    public class BlockPropertyValue
   
  Constructors
  
  
    View Source
  
  BlockPropertyValue(Object, IPropertyType)
  
  
  Declaration
  
    public BlockPropertyValue(object value, IPropertyType propertyType)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Object | value |  | 
      
        | IPropertyType | propertyType |  | 
    
  
  Properties
  
  
    View Source
  
  PropertyType
  
  
  Declaration
  
    public IPropertyType PropertyType { get; }
   
  Property Value
  
  
    View Source
  
  Value
  
  
  Declaration
  
    public object Value { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Object |  |