CustomPrinter.Print(Object) Method

Definition

Customized printing for the result of the powershell commands. It opens all the nested properties and collection elements.

public static string Print (object obj);
static member Print : obj -> string
Public Function Print (obj As Object) As String

Parameters

obj
Object

The object

Returns

Applies to