ServicingJobStats.AverageRunningMilliseconds Property
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<DataMemberAttribute(Name := "averageRunningMilliseconds", Order := )> _
Public Property AverageRunningMilliseconds As Integer
[DataMemberAttribute(Name = "averageRunningMilliseconds", Order = )]
public int AverageRunningMilliseconds { get; set; }
[DataMemberAttribute(Name = L"averageRunningMilliseconds", Order = )]
public:
property int AverageRunningMilliseconds {
int get ();
void set (int value);
}
[<DataMemberAttribute(Name = "averageRunningMilliseconds", Order = )>]
member AverageRunningMilliseconds : int with get, set
function get AverageRunningMilliseconds () : int
function set AverageRunningMilliseconds (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.