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