Gets or sets the cache timeout value in seconds.

Namespace: MonoSoftware.MonoX.Blog
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public int CacheDuration { get; set; }
Visual Basic
Public Property CacheDuration As Integer
	Get
	Set
Visual C++
public:
virtual property int CacheDuration {
	int get () sealed;
	void set (int value) sealed;
}
F#
abstract CacheDuration : int with get, set
override CacheDuration : int with get, set

Property Value

Type: Int32

Implements

IGravatar..::..CacheDuration

See Also