ConfigurationDocument.ReadFaultInjectionType Method
Namespace: Microsoft.Exchange.Diagnostics
Assembly: Microsoft.Exchange.Diagnostics (in Microsoft.Exchange.Diagnostics.dll)
Syntax
'Declaration
Protected Function ReadFaultInjectionType ( _
ByRef line As String, _
ByRef faultInjectionType As FaultInjectionType _
) As Boolean
'Usage
Dim line As String
Dim faultInjectionType As FaultInjectionType
Dim returnValue As Boolean
returnValue = Me.ReadFaultInjectionType(line, _
faultInjectionType)
protected bool ReadFaultInjectionType(
ref string line,
ref FaultInjectionType faultInjectionType
)
Return Value
Type: System.Boolean