PSAdaptedProperty.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 the property belongs to.
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