Edit

Share via


ProjectHttpClientBase.GetProjectPropertiesAsync Method

Definition

[Preview API] Get a collection of team project properties.

public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.Core.WebApi.ProjectProperty>> GetProjectPropertiesAsync (Guid projectId, System.Collections.Generic.IEnumerable<string> keys = null, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member GetProjectPropertiesAsync : Guid * seq<string> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.Core.WebApi.ProjectProperty>>
override this.GetProjectPropertiesAsync : Guid * seq<string> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.Core.WebApi.ProjectProperty>>

Parameters

projectId
Guid

The team project ID.

keys
IEnumerable<String>

A comma-delimited string of team project property names. Wildcard characters ("?" and "*") are supported. If no key is specified, all properties will be returned.

userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to