Share via


DesktopPopupSiteBridge.AutomationOption Property

Definition

public:
 property ContentAutomationOptions AutomationOption { ContentAutomationOptions get(); void set(ContentAutomationOptions value); };
ContentAutomationOptions AutomationOption();

void AutomationOption(ContentAutomationOptions value);
public ContentAutomationOptions AutomationOption { get; set; }
var contentAutomationOptions = desktopPopupSiteBridge.automationOption;
desktopPopupSiteBridge.automationOption = contentAutomationOptions;
Public Property AutomationOption As ContentAutomationOptions

Property Value

Implements

Applies to