Share via


CheckinNote.Values Property

Gets or sets the set of CheckinNoteFieldValues that as associated with this checkin 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()
'Usage
Dim instance As CheckinNote 
Dim value As CheckinNoteFieldValue()

value = instance.Values
public CheckinNoteFieldValue[] Values { get; }
public:
property array<CheckinNoteFieldValue^>^ Values {
    array<CheckinNoteFieldValue^>^ get ();
}
public function get Values () : CheckinNoteFieldValue[]

Property Value

Type: array<Microsoft.TeamFoundation.VersionControl.Client.CheckinNoteFieldValue[]

Remarks

Each checkin note may have a variable set of fields. They are not part of a fixed schema.

.NET Framework Security

See Also

Reference

CheckinNote Class

CheckinNote Members

Microsoft.TeamFoundation.VersionControl.Client Namespace