TestSettings2 Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
TestSettings2()
public TestSettings2();
Public Sub New ()
Applies to
TestSettings2(Int32)
public TestSettings2(int settingsId);
new Microsoft.TeamFoundation.TestManagement.WebApi.TestSettings2 : int -> Microsoft.TeamFoundation.TestManagement.WebApi.TestSettings2
Public Sub New (settingsId As Integer)
Parameters
- settingsId
- Int32
Applies to
TestSettings2(String, String, String)
public TestSettings2(string name, string content, string areaPath);
new Microsoft.TeamFoundation.TestManagement.WebApi.TestSettings2 : string * string * string -> Microsoft.TeamFoundation.TestManagement.WebApi.TestSettings2
Public Sub New (name As String, content As String, areaPath As String)
Parameters
- name
- String
- content
- String
- areaPath
- String