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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.