CheckinNote.Values Property
This is the set of CheckinNoteFieldValues that as associated with this checkin note. Each checkin note may have a variable set of fields. They are not of a fixed schema.
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)> _
Public Property Values As CheckinNoteFieldValue()
[ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)]
public CheckinNoteFieldValue[] Values { get; set; }
[ClientPropertyAttribute(ClientVisibility::Public, ClientVisibility::Private)]
public:
property array<CheckinNoteFieldValue^>^ Values {
array<CheckinNoteFieldValue^>^ get ();
void set (array<CheckinNoteFieldValue^>^ value);
}
[<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)>]
member Values : CheckinNoteFieldValue[] with get, set
function get Values () : CheckinNoteFieldValue[]
function set Values (value : CheckinNoteFieldValue[])
Property Value
Type: array<Microsoft.TeamFoundation.VersionControl.Server.CheckinNoteFieldValue[]
Returns CheckinNoteFieldValue.
.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.