VersionControlServer.GetChangesetProperty Method (Int32, String)

Gets the property value of a Changeset specified by Changeset ID and property name filter.

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

Syntax

'Declaration
Public Function GetChangesetProperty ( _
    changesetId As Integer, _
    propertyNameFilter As String _
) As ArtifactPropertyValue
public ArtifactPropertyValue GetChangesetProperty(
    int changesetId,
    string propertyNameFilter
)
public:
ArtifactPropertyValue^ GetChangesetProperty(
    int changesetId, 
    String^ propertyNameFilter
)
member GetChangesetProperty : 
        changesetId:int * 
        propertyNameFilter:string -> ArtifactPropertyValue
public function GetChangesetProperty(
    changesetId : int, 
    propertyNameFilter : String
) : ArtifactPropertyValue

Parameters

  • propertyNameFilter
    Type: System.String

    The property name filter.

Return Value

Type: Microsoft.TeamFoundation.Framework.Client.ArtifactPropertyValue
An ArtifactPropertyValue object, which contains the property value. Null if the property does not exist on the Changeset.

.NET Framework Security

See Also

Reference

VersionControlServer Class

GetChangesetProperty Overload

Microsoft.TeamFoundation.VersionControl.Client Namespace