SuiteUpdateModel Constructor
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.
public SuiteUpdateModel(string name = "", Microsoft.TeamFoundation.TestManagement.WebApi.ShallowReference parent = null, string queryString = "", Nullable<bool> inheritDefaultConfigurations = null, Microsoft.TeamFoundation.TestManagement.WebApi.ShallowReference[] defaultConfigurations = null);
new Microsoft.TeamFoundation.TestManagement.WebApi.SuiteUpdateModel : string * Microsoft.TeamFoundation.TestManagement.WebApi.ShallowReference * string * Nullable<bool> * Microsoft.TeamFoundation.TestManagement.WebApi.ShallowReference[] -> Microsoft.TeamFoundation.TestManagement.WebApi.SuiteUpdateModel
Public Sub New (Optional name As String = "", Optional parent As ShallowReference = null, Optional queryString As String = "", Optional inheritDefaultConfigurations As Nullable(Of Boolean) = null, Optional defaultConfigurations As ShallowReference() = null)
Parameters
- name
- String
- parent
- ShallowReference
- queryString
- String
- defaultConfigurations
- ShallowReference[]