This documentation is archived and is not being maintained.

CheckinNoteFieldDefinition::Required Property

Gets or sets a flag that describes whether this field is required.

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

public:
property bool Required {
	bool get ();
	void set (bool value);
}

Property Value

Type: System::Boolean
True if this field is required; otherwise, false.

Show: