The amount of time to add to the creation date of the message to calculate the expiration date.

Namespace: DotNetNuke.Services.Social.Notifications
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[XmlAttributeAttribute]
public TimeSpan TimeToLive { get; set; }
Visual Basic
<XmlAttributeAttribute> 
Public Property TimeToLive As TimeSpan
	Get
	Set

Remarks

Minutes precision. Seconds won't be considered.

See Also