Class VisitorGroupOptions
  
  
  
  
    Inheritance
    System.Object
    VisitorGroupOptions
   
  
  Assembly: EPiServer.ApplicationModules.dll
  Version: 12.0.3
  Syntax
  
    [Options(ConfigurationSection = "Cms")]
public class VisitorGroupOptions : Object
   
  Constructors
  
  
  
  
  VisitorGroupOptions()
  
  
  Declaration
  
    public VisitorGroupOptions()
   
  Properties
  
  
  
  
  EnableSession
  
  
  Declaration
  
    public Nullable<bool> EnableSession { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Nullable<System.Boolean> |  | 
    
  
  
  
  
  EnableStatistics
  
  
  Declaration
  
    public bool EnableStatistics { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
  
  
  StatisticsPersistanceInterval
  
  
  Declaration
  
    public TimeSpan StatisticsPersistanceInterval { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.TimeSpan |  | 
    
  
  Extension Methods