UnknownWrapper.WrappedObject Property

Definition

Gets the object contained by this wrapper.

public:
 property System::Object ^ WrappedObject { System::Object ^ get(); };
public object WrappedObject { get; }
public object? WrappedObject { get; }
member this.WrappedObject : obj
Public ReadOnly Property WrappedObject As Object

Property Value

The wrapped object.

Applies to