Defect Constructor(String,String)
Create the Defect to return from IDefectTrackingSystem.SubmitDefect.
Syntax
public Defect( 
   string id,
   string summary
)

Parameters

id
The ID returned by the defect tracking system.
summary
A short statement of the issue. Usually the same string passed to SubmitDefect.
See Also