'Declaration Public Property pageLayoutSettings As WebPageLayoutSettings
public WebPageLayoutSettings pageLayoutSettings { get; set; }
public: __property WebPageLayoutSettings* get_pageLayoutSettings(); public: __property void set_pageLayoutSettings(
WebPageLayoutSettings* value
);
public:
property WebPageLayoutSettings^ pageLayoutSettings { WebPageLayoutSettings^ get(); void set(WebPageLayoutSettings^ value); }