Share via


ToStringCodeMethods.Type(PSObject) Method

Definition

ToString implementation for Type.

public:
 static System::String ^ Type(System::Management::Automation::PSObject ^ instance);
public static string Type (System.Management.Automation.PSObject instance);
static member Type : System.Management.Automation.PSObject -> string
Public Shared Function Type (instance As PSObject) As String

Parameters

instance
PSObject

Instance of PSObject wrapping a Type.

Returns

Applies to