Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Sets a of PropertyValue object to a Changeset.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Sub SetChangesetProperty ( _
changesetId As Integer, _
propertyName As String, _
value As String _
)
public void SetChangesetProperty(
int changesetId,
string propertyName,
string value
)
public:
void SetChangesetProperty(
int changesetId,
String^ propertyName,
String^ value
)
member SetChangesetProperty :
changesetId:int *
propertyName:string *
value:string -> unit
public function SetChangesetProperty(
changesetId : int,
propertyName : String,
value : String
)
Parameters
changesetId
Type: System.Int32The changeset ID.
propertyName
Type: System.StringThe name of the property.
value
Type: System.StringThe value to assign to the property.
.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.