DisposeTracker.Suppressed Property
Namespace: Microsoft.Exchange.Diagnostics
Assembly: Microsoft.Exchange.Diagnostics (in Microsoft.Exchange.Diagnostics.dll)
Syntax
'Declaration
Public Shared Property Suppressed As Boolean
Get
Set
'Usage
Dim value As Boolean
value = DisposeTracker.Suppressed
DisposeTracker.Suppressed = value
public static bool Suppressed { get; set; }
Property Value
Type: System.Boolean
See Also