Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the property value of a Changeset specified by Changeset ID and an array of property name filters.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Function GetChangesetProperty ( _
changesetId As Integer, _
propertyNameFilters As String() _
) As ArtifactPropertyValue
public ArtifactPropertyValue GetChangesetProperty(
int changesetId,
string[] propertyNameFilters
)
public:
ArtifactPropertyValue^ GetChangesetProperty(
int changesetId,
array<String^>^ propertyNameFilters
)
member GetChangesetProperty :
changesetId:int *
propertyNameFilters:string[] -> ArtifactPropertyValue
public function GetChangesetProperty(
changesetId : int,
propertyNameFilters : String[]
) : ArtifactPropertyValue
Parameters
- changesetId
Type: System.Int32
The Changeset ID.
- propertyNameFilters
Type: array<System.String[]
The array of property name filters.
Return Value
Type: Microsoft.TeamFoundation.Framework.Client.ArtifactPropertyValue
An ArtifactPropertyValue object, which contains the set of property values. Null if none of the properties exist on the Changeset.
.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.