Class MBRegistrationRecord
  
  
  
  
    Inheritance
    System.Object
    MBRegistrationRecord
   
  
  Assembly: MediaBrowser.Model.dll
  
  
    public class MBRegistrationRecord
   
  Properties
  
  
  
  
  
  
  
  Declaration
  
    public DateTimeOffset ExpirationDate { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.DateTimeOffset | 
         | 
      
    
  
  
  
  
  
  
  
  Declaration
  
    public bool IsRegistered { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  
  
  
  
  Declaration
  
    public bool IsTrial { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  
  
  
  
  Declaration
  
    public bool IsValid { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  Extension Methods