MaxNavigationTime Property
In This Topic
Gets or sets the maximum navigation time, in milliseconds.
Equals to 90000 ms by default. Set to 0 for unlimited navigation time.
Syntax
'Declaration
Public Property MaxNavigationTime As System.Integer
public System.int MaxNavigationTime {get; set;}
See Also