PSObject.BaseObject Property  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the object we are wrapping.
public:
 property System::Object ^ BaseObject { System::Object ^ get(); };public:
 property Platform::Object ^ BaseObject { Platform::Object ^ get(); };public object BaseObject { get; }member this.BaseObject : objPublic ReadOnly Property BaseObject As ObjectProperty Value
Remarks
If the ImmediateBaseObject is another PSObject, this property will return its BaseObject.