ServicingJobDetail.TotalStepCount Property
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Property TotalStepCount As Short
public short TotalStepCount { get; set; }
public:
property short TotalStepCount {
short get ();
void set (short value);
}
member TotalStepCount : int16 with get, set
function get TotalStepCount () : short
function set TotalStepCount (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.