  | TrackerLastVisitedPageID Property  | 
 
            Gets the last visited page ID in session.
            
 
    Namespace: 
   Dynamicweb.Analytics.Experiments
    Assembly:
   Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntaxpublic int LastVisitedPageID { get; }Public ReadOnly Property LastVisitedPageID As Integer
	Get
Property Value
Type: 
Int32
            An integer with the ID of the page viewed before this page. 0 if no pages have been visited.
            
Implements
IExperimentLastVisitedPageID
See Also