ProxyConfiguration.StatisticsPersistTime Property
The time(in hours) after which the statistics information should be saved to the config file.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Property StatisticsPersistTime As Integer
public int StatisticsPersistTime { get; private set; }
public:
property int StatisticsPersistTime {
int get ();
private: void set (int value);
}
member StatisticsPersistTime : int with get, private set
function get StatisticsPersistTime () : int
private function set StatisticsPersistTime (value : int)
Property Value
Type: System.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.