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)

Syntax

'Declaration
Public ReadOnly Property Values As CheckinNoteFieldValue()
public CheckinNoteFieldValue[] Values { get; }
public:
property array<CheckinNoteFieldValue^>^ Values {
    array<CheckinNoteFieldValue^>^ get ();
}
member Values : CheckinNoteFieldValue[] with get
function get Values () : CheckinNoteFieldValue[]

Property Value

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

.NET Framework Security

See Also

Reference

CheckinNote Class

Microsoft.TeamFoundation.VersionControl.Client Namespace