This documentation is archived and is not being maintained.

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

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[], 
	options : GetPropertiesOptions
) : ArtifactPropertyValue[]

Parameters

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

an array of ArtifactSpecs

propertyNameFilters
Type: System.String[]

and array of property name filters

options
Type: Microsoft.TeamFoundation.Framework.Common.GetPropertiesOptions

Options to apply for the query

Show: