IExtension.ExtensionBase Property

Definition

Gets the object that is being extended by this IExtension.

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

Property Value

The object that is being extended by this IExtension.

Applies to