PSObjectBaseType Property
The base type name of the current output object.
Syntax
[VB.NET] Public ReadOnlyProperty PSObjectBaseType As String
[C#] public string PSObjectBaseType {get;}
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.
Default Value
""