PSObjectBaseType Property
The base type name of the current output object.
Object Oriented Interface
public function getPSObjectBaseType();
Procedural Interface
ipworksssh_psclient_get($res, 15 );
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