IPropertyService.GetProperties Method (array<ArtifactSpec[], array<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)

Syntax

'Declaration
Function GetProperties ( _
    artifactSpecs As ArtifactSpec(), _
    propertyNameFilters As String() _
) As ArtifactPropertyValue()
ArtifactPropertyValue[] GetProperties(
    ArtifactSpec[] artifactSpecs,
    string[] propertyNameFilters
)
array<ArtifactPropertyValue^>^ GetProperties(
    array<ArtifactSpec^>^ artifactSpecs, 
    array<String^>^ propertyNameFilters
)
abstract GetProperties : 
        artifactSpecs:ArtifactSpec[] * 
        propertyNameFilters:string[] -> ArtifactPropertyValue[] 
function GetProperties(
    artifactSpecs : ArtifactSpec[], 
    propertyNameFilters : String[]
) : ArtifactPropertyValue[]

Parameters

  • propertyNameFilters
    Type: array<System.String[]

    and array of property name filters

Return Value

Type: array<Microsoft.TeamFoundation.Framework.Client.ArtifactPropertyValue[]

.NET Framework Security

See Also

Reference

IPropertyService Interface

GetProperties Overload

Microsoft.TeamFoundation.Framework.Client Namespace