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
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextThe request context.
changesetId
Type: System.Int32The 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.