ChildSiteLink.AutomationProvider Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an automation provider that represents a proxy for the automation provider of the connected **ContentIsland**.
public:
property Platform::Object ^ AutomationProvider { Platform::Object ^ get(); };
IInspectable AutomationProvider();
public object AutomationProvider { get; }
var object = childSiteLink.automationProvider;
Public ReadOnly Property AutomationProvider As Object
Property Value
An automation provider that represents a proxy for the automation provider of the connected **ContentIsland**.