TeamFoundationPropertyService.GetProperties Method (TeamFoundationRequestContext, ArtifactSpec, IEnumerable<String>)

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

Syntax

'Declaration
Public Function GetProperties ( _
    requestContext As TeamFoundationRequestContext, _
    artifactSpec As ArtifactSpec, _
    propertyNameFilters As IEnumerable(Of String) _
) As TeamFoundationDataReader
public TeamFoundationDataReader GetProperties(
    TeamFoundationRequestContext requestContext,
    ArtifactSpec artifactSpec,
    IEnumerable<string> propertyNameFilters
)
public:
TeamFoundationDataReader^ GetProperties(
    TeamFoundationRequestContext^ requestContext, 
    ArtifactSpec^ artifactSpec, 
    IEnumerable<String^>^ propertyNameFilters
)
member GetProperties : 
        requestContext:TeamFoundationRequestContext * 
        artifactSpec:ArtifactSpec * 
        propertyNameFilters:IEnumerable<string> -> TeamFoundationDataReader
public function GetProperties(
    requestContext : TeamFoundationRequestContext, 
    artifactSpec : ArtifactSpec, 
    propertyNameFilters : IEnumerable<String>
) : TeamFoundationDataReader

Parameters

Return Value

Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationDataReader

.NET Framework Security

See Also

Reference

TeamFoundationPropertyService Class

GetProperties Overload

Microsoft.TeamFoundation.Framework.Server Namespace