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
'Declaration
Property ManualTestSettingsId As Integer
int ManualTestSettingsId { get; set; }
property int ManualTestSettingsId {
int get ();
void set (int value);
}
abstract ManualTestSettingsId : int with get, set
function get ManualTestSettingsId () : int
function set ManualTestSettingsId (value : int)
Property Value
Type: Int32
The ID for the manual test settings.
.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.