This documentation is archived and is not being maintained.

CheckinNoteFieldDefinition Constructor

Initializes a new CheckinNoteFieldDefinition instance.

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

public:
CheckinNoteFieldDefinition(
	String^ name, 
	bool required, 
	int displayOrder
)

Parameters

name
Type: System::String

The name of the field.

required
Type: System::Boolean

True if the field cannot be null or empty; otherwise, false.

displayOrder
Type: System::Int32

The display order of the field.

Show: