ServicingJobDetail.CompletedStepCount Property

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Public Property CompletedStepCount As Short
public short CompletedStepCount { get; set; }
public:
property short CompletedStepCount {
    short get ();
    void set (short value);
}
member CompletedStepCount : int16 with get, set
function get CompletedStepCount () : short 
function set CompletedStepCount (value : short)

Property Value

Type: System.Int16
Returns Int16.

.NET Framework Security

See Also

Reference

ServicingJobDetail Class

Microsoft.TeamFoundation.Framework.Client Namespace