LogProviderHostClass.InnerObject Property

Definition

Gets the specific log provider that is being hosted by the LogProviderHostClass object.

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

An object that contains the hosted log provider.

Implements

Remarks

For more information, see LogProvider.

Applies to