Gets the page model.
public: property System::Object ^ Model { System::Object ^ get(); };
public object Model { get; }
member this.Model : obj
Public ReadOnly Property Model As Object
Thank you.