RepositoryExtensions.SetChangesetProperty Method
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Sub SetChangesetProperty ( _
changesetId As Integer, _
propertyValues As PropertyValue() _
)
[WebMethodAttribute]
public void SetChangesetProperty(
int changesetId,
PropertyValue[] propertyValues
)
[WebMethodAttribute]
public:
void SetChangesetProperty(
int changesetId,
array<PropertyValue^>^ propertyValues
)
[<WebMethodAttribute>]
member SetChangesetProperty :
changesetId:int *
propertyValues:PropertyValue[] -> unit
public function SetChangesetProperty(
changesetId : int,
propertyValues : PropertyValue[]
)
Parameters
- changesetId
Type: System.Int32
- propertyValues
Type: array<Microsoft.TeamFoundation.Framework.Server.PropertyValue[]
.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.