This documentation is archived and is not being maintained.

CheckinNoteFieldDefinition::DisplayOrder Property

Gets or sets the display order of this field.

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

public:
property int DisplayOrder {
	int get ();
	void set (int value);
}

Property Value

Type: System::Int32
The display order of this field.

Show: