Share via


IModulePage.PageInfo Property

Definition

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.

Applies to

See also