Share via


ITestPlan.AutomatedTestSettingsId Property

 

Gets or sets the ID for the settings to use for automated testing.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

int AutomatedTestSettingsId { get; set; }
property int AutomatedTestSettingsId {
    int get();
    void set(int value);
}
abstract AutomatedTestSettingsId : int with get, set
Property AutomatedTestSettingsId As Integer

Property Value

Type: System.Int32

The ID for the settings to use for automated testing.

See Also

ITestPlan Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top