RepositoryExtensions.GetChangesetProperty Method

Obtains properties associated with a given change set.

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

Syntax

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

Parameters

Return Value

Type: Microsoft.TeamFoundation.Framework.Server.ArtifactPropertyValue

.NET Framework Security

See Also

Reference

RepositoryExtensions Class

Microsoft.TeamFoundation.VersionControl.Server Namespace