This documentation is archived and is not being maintained.
VersionControlServer::GetChangesetProperty Method (Int32, 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, String^ propertyNameFilter )
Parameters
- changesetId
- Type: System::Int32
The Changeset ID.
- propertyNameFilter
- Type: System::String
The property name filter.
Return Value
Type: Microsoft.TeamFoundation.Framework.Client::ArtifactPropertyValueAn ArtifactPropertyValue object, which contains the property value. Null if the property does not 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: