This documentation is archived and is not being maintained.

CheckinNote::Values Property

Gets the values of this check-in note.

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

public:
property array<CheckinNoteFieldValue^>^ Values {
	array<CheckinNoteFieldValue^>^ get ();
}

Property Value

Type: array<Microsoft.TeamFoundation.VersionControl.Client::CheckinNoteFieldValue>
The values of this check-in note.

Show: