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 : obj
Public ReadOnly Property BaseObject As Object
Property Value
Remarks
If the ImmediateBaseObject is another PSObject, this property will return its BaseObject.