SafeEventLog Implicit Conversion (SafeEventLog to EventLog)
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Portal.Diagnostics
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Shared Widening Operator CType ( _
safeEventLog As SafeEventLog _
) As EventLog
'Usage
Dim input As SafeEventLog
Dim output As EventLog
output = CType(input, EventLog)
public static implicit operator EventLog (
SafeEventLog safeEventLog
)
Parameters
- safeEventLog
Type: Microsoft.SharePoint.Portal.Diagnostics.SafeEventLog
Return Value
Type: System.Diagnostics.EventLog