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
changesetId
Type: System.Int32The Changeset ID.
propertyNameFilter
Type: System.StringThe 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
- 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.