PSObject.ImmediateBaseObject Property

Definition

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.

Applies to