Gets and sets the Default Cache Time

Namespace: DotNetNuke.Entities.Modules.Definitions
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public int DefaultCacheTime { get; set; }
Visual Basic
Public Property DefaultCacheTime As Integer
	Get
	Set

Return Value

An Integer

See Also