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