This documentation is archived and is not being maintained.

CheckInParameters::SuppressEvent Property

Gets or sets a flag describing whether to suppress events.

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

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

Property Value

Type: System::Boolean
True to suppress server-side events geneerated by this check-in; otherwise, false.

CheckInOther permission on each item being checked in is required to suppress event generation.

Show: