| 
            
              RazorViewSessionTimeout Property 
             | 
          
        
         
            Gets timeout, in minutes, for which inactive client sessions will be expired and removed from the cache.
            
 
    Namespace: 
   GSF.Web.Model
    Assembly:
   GSF.Web (in GSF.Web.dll) Version: 2.2.160-beta
Syntaxpublic static double SessionTimeout { get; }Public Shared ReadOnly Property SessionTimeout As Double
	Get
public:
static property double SessionTimeout {
	double get ();
}static member SessionTimeout : float with get
GSF.Web.Model.RazorView.get_SessionTimeout = function();
 Request Example
		View SourceProperty Value
Type: 
Double
See Also