This documentation is archived and is not being maintained.

TeamProjectFolderOptions::CheckinNoteDefinition Property

Gets the check-in note definition for this project folder.

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

public:
property array<CheckinNoteFieldDefinition^>^ CheckinNoteDefinition {
	array<CheckinNoteFieldDefinition^>^ get ();
}

Property Value

Type: array<Microsoft.TeamFoundation.VersionControl.Client::CheckinNoteFieldDefinition>
The check-in note definition for this project folder.

Show: