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