This documentation is archived and is not being maintained.

IPropertyService.GetProperties Method (ArtifactSpec[], String[])

Gets property-values associated with given artifact and property filters

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

function GetProperties(
	artifactSpecs : ArtifactSpec[], 
	propertyNameFilters : String[]
) : ArtifactPropertyValue[]

Parameters

artifactSpecs
Type: Microsoft.TeamFoundation.Framework.Client.ArtifactSpec[]

an array of ArtifactSpecs

propertyNameFilters
Type: System.String[]

and array of property name filters

Show: