Edit

PointUpdateModel(Nullable<Boolean>, String, IdentityRef) Constructor

Definition

public PointUpdateModel(Nullable<bool> resetToActive = null, string outcome = "", Microsoft.VisualStudio.Services.WebApi.IdentityRef tester = null);
new Microsoft.TeamFoundation.TestManagement.WebApi.PointUpdateModel : Nullable<bool> * string * Microsoft.VisualStudio.Services.WebApi.IdentityRef -> Microsoft.TeamFoundation.TestManagement.WebApi.PointUpdateModel
Public Sub New (Optional resetToActive As Nullable(Of Boolean) = null, Optional outcome As String = "", Optional tester As IdentityRef = null)

Parameters

resetToActive
Nullable<Boolean>
outcome
String
tester
Microsoft.VisualStudio.Services.WebApi.IdentityRef

Applies to