IDiscussionManager.LocalDataRetentionDays Property
The number of days the local data will be retained since the last saved date.
Namespace: Microsoft.TeamFoundation.Discussion.Client
Assembly: Microsoft.TeamFoundation.Discussion.Client (in Microsoft.TeamFoundation.Discussion.Client.dll)
Syntax
'Declaration
Property LocalDataRetentionDays As Integer
int LocalDataRetentionDays { get; set; }
property int LocalDataRetentionDays {
int get ();
void set (int value);
}
abstract LocalDataRetentionDays : int with get, set
function get LocalDataRetentionDays () : int
function set LocalDataRetentionDays (value : int)
Property Value
Type: System.Int32
Returns Int32.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.