WorkflowReport.StrPrettyPrintEvent Method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.Office.RecordsManagement.Reporting
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Protected Shared Function StrPrettyPrintEvent ( _
oEvent As Object _
) As String
'Usage
Dim oEvent As Object
Dim returnValue As String
returnValue = WorkflowReport.StrPrettyPrintEvent(oEvent)
protected static string StrPrettyPrintEvent(
Object oEvent
)
Parameters
- oEvent
Type: System.Object
Return Value
Type: System.String