'Declaration Public Property ActionExecutor As IPageContentActionExecutor
public IPageContentActionExecutor ActionExecutor { get; set; }
public: __property IPageContentActionExecutor* get_ActionExecutor(); public: __property void set_ActionExecutor(
IPageContentActionExecutor* value
);
public:
property IPageContentActionExecutor^ ActionExecutor { IPageContentActionExecutor^ get(); void set(IPageContentActionExecutor^ value); }