This documentation is archived and is not being maintained.

CheckInParameters::AllowUnchangedContent Property

Gets or sets a flag describing whether the server will permit a check-in of unchanged content.

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

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

Property Value

Type: System::Boolean
True to allow a check-in of unchanged content; otherwise, false.

Show: