DesktopPopupSiteBridge.AutomationOption 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.
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