NavigationItem.Page 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 page that is associated with the navigation item.
public:
property Microsoft::Web::Management::Client::IModulePage ^ Page { Microsoft::Web::Management::Client::IModulePage ^ get(); };
public Microsoft.Web.Management.Client.IModulePage Page { get; }
member this.Page : Microsoft.Web.Management.Client.IModulePage
Public ReadOnly Property Page As IModulePage
Property Value
An System.Web.Management.Client.IModulePage interface that is associated with the navigation item.
Remarks
The Page property enables you to access the TaskListCollection (by implementing task lists and task list items) and ModulePageInfo objects of the associated navigation item.
If you need to make a type comparison for the page, use the PageType property instead of the Page property to avoid inadvertently creating an instance of the IModulePage interface.