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