'Declaration Public Property PageLayoutSettings As PageLayoutSettings
public PageLayoutSettings PageLayoutSettings { get; set; }
public: __property PageLayoutSettings* get_PageLayoutSettings(); public: __property void set_PageLayoutSettings(
PageLayoutSettings* value
);
public:
property PageLayoutSettings^ PageLayoutSettings { PageLayoutSettings^ get(); void set(PageLayoutSettings^ value); }