View Source
  Class MacroPropertyModel
  
  
  
  
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public class MacroPropertyModel
   
  Constructors
  
  
    View Source
  
  MacroPropertyModel()
  
  
  Declaration
  
    public MacroPropertyModel()
   
  
    View Source
  
  MacroPropertyModel(String, String)
  
  
  Declaration
  
    public MacroPropertyModel(string key, string value)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | key |  | 
      
        | System.String | value |  | 
    
  
  
    View Source
  
  MacroPropertyModel(String, String, String)
  
  
  Declaration
  
    public MacroPropertyModel(string key, string value, string type)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | key |  | 
      
        | System.String | value |  | 
      
        | System.String | type |  | 
    
  
  Properties
  
  
    View Source
  
  Key
  
  
  Declaration
  
    public string Key { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  Type
  
  
  Declaration
  
    public string Type { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  Value
  
  
  Declaration
  
    public string Value { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  |