Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Sets a 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 Nullable(Of DateTime) _
)
public void SetChangesetProperty(
int changesetId,
string propertyName,
Nullable<DateTime> value
)
public:
void SetChangesetProperty(
int changesetId,
String^ propertyName,
Nullable<DateTime> value
)
member SetChangesetProperty :
changesetId:int *
propertyName:string *
value:Nullable<DateTime> -> unit
public function SetChangesetProperty(
changesetId : int,
propertyName : String,
value : Nullable<DateTime>
)
Parameters
- changesetId
Type: System.Int32
The changeset ID.
- propertyName
Type: System.String
The name of the property.
- value
Type: System.Nullable<DateTime>
The 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.