ITestPlan.ManualTestSettingsId Property
Gets or sets the ID for the manual test settings.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
int ManualTestSettingsId { get; set; }
property int ManualTestSettingsId {
int get();
void set(int value);
}
abstract ManualTestSettingsId : int with get, set
Property ManualTestSettingsId As Integer
Property Value
Type: System.Int32
The ID for the manual test settings.
See Also
ITestPlan Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top