EventLogText.Parse method
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Shared Function Parse ( _
s As String _
) As EventLogText
'Usage
Dim s As String
Dim returnValue As EventLogText
returnValue = EventLogText.Parse(s)
public static EventLogText Parse(
string s
)
Parameters
- s
Type: System.String
Return value
Type: Microsoft.Exchange.Data.EventLogText