Edit

SuiteUpdateModel Constructor

Definition

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
queryString
String
inheritDefaultConfigurations
Nullable<Boolean>
defaultConfigurations
ShallowReference[]

Applies to