IModulePage.PageInfo Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the ModulePageInfo object for the page.
public:
property Microsoft::Web::Management::Client::ModulePageInfo ^ PageInfo { Microsoft::Web::Management::Client::ModulePageInfo ^ get(); };
public Microsoft.Web.Management.Client.ModulePageInfo PageInfo { get; }
member this.PageInfo : Microsoft.Web.Management.Client.ModulePageInfo
Public ReadOnly Property PageInfo As ModulePageInfo
Property Value
The ModulePageInfo object for the page.
Remarks
Implementers should return a ModulePageInfo object to represent a page of the user interface.