This documentation is archived and is not being maintained.

TeamProject::SetCheckinNoteFields Method

Creates a new set of field definitions that is associated with this project.

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

public:
void SetCheckinNoteFields(
	array<CheckinNoteFieldDefinition^>^ checkinNoteFields
)

Parameters

checkinNoteFields
Type: array<Microsoft.TeamFoundation.VersionControl.Client::CheckinNoteFieldDefinition>

An array of check-in note field definitions. Specify null or an empty array to clear the policies for this project.

Show: