ActivityManager.MaxTimeToLiveSeconds Property
Namespace: Microsoft.Office.Server.ActivityFeed
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Property MaxTimeToLiveSeconds As Integer
Get
Set
'Usage
Dim instance As ActivityManager
Dim value As Integer
value = instance.MaxTimeToLiveSeconds
instance.MaxTimeToLiveSeconds = value
public int MaxTimeToLiveSeconds { get; set; }
Property Value
Type: System.Int32