PSObject.BaseObject Property

Definition

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.

Applies to