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
.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.