View Source
  Class ListViewConfiguration.Property
  
  
  
  
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    [DataContract]
public class Property
   
  Properties
  
  
    View Source
  
  Alias
  
  
  Declaration
  
    [DataMember(Name = "alias")]
public string Alias { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  
  
  
  Declaration
  
    [DataMember(Name = "header")]
public string Header { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  IsSystem
  
  
  Declaration
  
    [DataMember(Name = "isSystem")]
public int IsSystem { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  
    View Source
  
  Template
  
  
  Declaration
  
    [DataMember(Name = "nameTemplate")]
public string Template { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  |