Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Displays an object instance and writes it to the console screen or to the cmdlet pipeline.
Namespace: Microsoft.SharePoint.PowerShell
Assembly: Microsoft.SharePoint.PowerShell (in Microsoft.SharePoint.PowerShell.dll)
Syntax
'Declaration
Protected Sub WriteResult ( _
outputInstance As Object _
)
'Usage
Dim outputInstance As Object
Me.WriteResult(outputInstance)
protected void WriteResult(
Object outputInstance
)
Parameters
outputInstance
Type: System.ObjectThe object for output to screen or pipeline.
Remarks
If the cmdlet property DisposeOutputObjects is set to true, then the object is disposed after being outputted.