TeamFoundationVersionControlService.GetChangesetProperty Method

Gets properties associated with a given changeset.

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

Syntax

'Declaration
Public Function GetChangesetProperty ( _
    requestContext As TeamFoundationRequestContext, _
    changesetId As Integer, _
    propertyNameFilters As String() _
) As TeamFoundationDataReader
public TeamFoundationDataReader GetChangesetProperty(
    TeamFoundationRequestContext requestContext,
    int changesetId,
    string[] propertyNameFilters
)
public:
TeamFoundationDataReader^ GetChangesetProperty(
    TeamFoundationRequestContext^ requestContext, 
    int changesetId, 
    array<String^>^ propertyNameFilters
)
member GetChangesetProperty : 
        requestContext:TeamFoundationRequestContext * 
        changesetId:int * 
        propertyNameFilters:string[] -> TeamFoundationDataReader
public function GetChangesetProperty(
    requestContext : TeamFoundationRequestContext, 
    changesetId : int, 
    propertyNameFilters : String[]
) : TeamFoundationDataReader

Parameters

  • changesetId
    Type: System.Int32

    The changeset identifier to retrieve properties for.

  • propertyNameFilters
    Type: array<System.String[]

    List of property name filters for properties to retrieve.

Return Value

Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationDataReader
TeamFoundationDataReader with results in the following order: ArtifactPropertyValue - Properties for the changeset which matched the provided filters.

.NET Framework Security

See Also

Reference

TeamFoundationVersionControlService Class

Microsoft.TeamFoundation.VersionControl.Server Namespace