This topic has not yet been rated - Rate this topic

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: String

The name of the field.

required
Type: Boolean

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

displayOrder
Type: Int32

The display order of the field.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.