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)
Syntax
'Declaration
Public Property SuppressEvent As Boolean
public bool SuppressEvent { get; set; }
public:
property bool SuppressEvent {
bool get ();
void set (bool value);
}
member SuppressEvent : bool with get, set
function get SuppressEvent () : boolean
function set SuppressEvent (value : boolean)
Property Value
Type: System.Boolean
True to suppress server-side events geneerated by this check-in; otherwise, false.
Remarks
CheckInOther permission on each item being checked in is required to suppress event generation.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.