This documentation is archived and is not being maintained.
VersionControlServer::GetChangesetProperty Method (Int32, array<String>)
Visual Studio 2013
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public: ArtifactPropertyValue^ GetChangesetProperty( int changesetId, array<String^>^ propertyNameFilters )
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::ArtifactPropertyValueAn ArtifactPropertyValue object, which contains the set of property values. Null if none of the properties exist on the Changeset.
- 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.
Show: