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