DispatchWrapper.WrappedObject Property

Definition

Gets the object wrapped by the DispatchWrapper.

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 object wrapped by the DispatchWrapper.

Applies to