TeamProject.SetCheckinNoteFields Method

Creates a new set of field definitions that is associated with this project.

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

Syntax

'Declaration
Public Sub SetCheckinNoteFields ( _
    checkinNoteFields As CheckinNoteFieldDefinition() _
)
public void SetCheckinNoteFields(
    CheckinNoteFieldDefinition[] checkinNoteFields
)
public:
void SetCheckinNoteFields(
    array<CheckinNoteFieldDefinition^>^ checkinNoteFields
)
member SetCheckinNoteFields : 
        checkinNoteFields:CheckinNoteFieldDefinition[] -> unit 
public function SetCheckinNoteFields(
    checkinNoteFields : CheckinNoteFieldDefinition[]
)

Parameters

.NET Framework Security

See Also

Reference

TeamProject Class

Microsoft.TeamFoundation.VersionControl.Client Namespace