PSObject.ImmediateBaseObject 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 directly wrapping.
public:
property System::Object ^ ImmediateBaseObject { System::Object ^ get(); };
public:
property Platform::Object ^ ImmediateBaseObject { Platform::Object ^ get(); };
public object ImmediateBaseObject { get; }
member this.ImmediateBaseObject : obj
Public ReadOnly Property ImmediateBaseObject As Object
Property Value
Remarks
If the ImmediateBaseObject is another PSObject, that PSObject will be returned.