TestSettings 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
TestSettings()
public TestSettings();
Public Sub New ()
Applies to
TestSettings(Int32)
public TestSettings(int settingsId);
new Microsoft.TeamFoundation.TestManagement.WebApi.TestSettings : int -> Microsoft.TeamFoundation.TestManagement.WebApi.TestSettings
Public Sub New (settingsId As Integer)
Parameters
- settingsId
- Int32
Applies to
TestSettings(String, String, String)
public TestSettings(string name, string content, string areaPath);
new Microsoft.TeamFoundation.TestManagement.WebApi.TestSettings : string * string * string -> Microsoft.TeamFoundation.TestManagement.WebApi.TestSettings
Public Sub New (name As String, content As String, areaPath As String)
Parameters
- name
- String
- content
- String
- areaPath
- String