PSObjectBaseType Property
The base type name of the current output object.
Syntax
psclientcontrol.PSObjectBaseType
Default Value
""
Remarks
If this object is a primitive type, like a string or number, this property will contain the fully qualified CLR type + assembly name of the underlying value. If it's a complex object, this will just be the qualified type name (like "System.IO.DirectoryInfo").
This property is read-only.
Data Type
String