ProjectHttpClient.UpdateProject(Guid, TeamProject, Object) Method
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.
Update an existing project's name, abbreviation, or description.
public System.Threading.Tasks.Task<Microsoft.VisualStudio.Services.Operations.OperationReference> UpdateProject(Guid projectToUpdateId, Microsoft.TeamFoundation.Core.WebApi.TeamProject projectUpdate, object userState = null);
member this.UpdateProject : Guid * Microsoft.TeamFoundation.Core.WebApi.TeamProject * obj -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Services.Operations.OperationReference>
Public Function UpdateProject (projectToUpdateId As Guid, projectUpdate As TeamProject, Optional userState As Object = null) As Task(Of OperationReference)
Parameters
- projectToUpdateId
- Guid
The project id of the project to update.
- projectUpdate
- TeamProject
The updated project.
- userState
- Object
Returns
Reference to the update operation.