ConfigurationDocument.GetFaultInjectionTypeByName Method
Namespace: Microsoft.Exchange.Diagnostics
Assembly: Microsoft.Exchange.Diagnostics (in Microsoft.Exchange.Diagnostics.dll)
Syntax
'Declaration
Protected Function GetFaultInjectionTypeByName ( _
typeName As String _
) As FaultInjectionType
'Usage
Dim typeName As String
Dim returnValue As FaultInjectionType
returnValue = Me.GetFaultInjectionTypeByName(typeName)
protected FaultInjectionType GetFaultInjectionTypeByName(
string typeName
)
Parameters
- typeName
Type: System.String
Return Value
Type: FaultInjectionType