View Source
  
  
  
  
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Core.dll
  
  
    [DataContract]
public class UsageInformation
   
  Constructors
  
  
    View Source
  
  
  
  
  Declaration
  
    public UsageInformation(string name, object data)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | name |  | 
      
        | System.Object | data |  | 
    
  
  Properties
  
  
    View Source
  
  
  
  
  Declaration
  
    [DataMember(Name = "data")]
public object Data { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Object |  | 
    
  
  
    View Source
  
  
  
  
  Declaration
  
    [DataMember(Name = "name")]
public string Name { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  |