RepositoryExtensions.GetChangesetProperty Method
Obtains properties associated with a given change set.
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function GetChangesetProperty ( _
changesetId As Integer, _
propertyNameFilters As String() _
) As ArtifactPropertyValue
[WebMethodAttribute]
public ArtifactPropertyValue GetChangesetProperty(
int changesetId,
string[] propertyNameFilters
)
[WebMethodAttribute]
public:
ArtifactPropertyValue^ GetChangesetProperty(
int changesetId,
array<String^>^ propertyNameFilters
)
[<WebMethodAttribute>]
member GetChangesetProperty :
changesetId:int *
propertyNameFilters:string[] -> ArtifactPropertyValue
public function GetChangesetProperty(
changesetId : int,
propertyNameFilters : String[]
) : ArtifactPropertyValue
Parameters
- changesetId
Type: System.Int32
- propertyNameFilters
Type: array<System.String[]
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.ArtifactPropertyValue
.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.