This documentation is archived and is not being maintained.

IChangesetSummary::CheckedInBy Property

Gets or sets the user who checked in this changeset.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

property String^ CheckedInBy {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: System::String
The user who checked in this changeset.

Show: