ExDiagnostics.FailFastMode Property
Namespace: Microsoft.Exchange.Common
Assembly: Microsoft.Exchange.Common (in Microsoft.Exchange.Common.dll)
Syntax
'Declaration
Public Shared Property FailFastMode As FailFastMode
Get
Set
'Usage
Dim value As FailFastMode
value = ExDiagnostics.FailFastMode
ExDiagnostics.FailFastMode = value
public static FailFastMode FailFastMode { get; set; }