ConnectionManagerHostClass.InnerObject Property

Definition

Gets the specific connection type that was created. This property is read-only.

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

Property Value

The object that contains the hosted item.

Implements

Remarks

For more information, see ConnectionManager.

Applies to