IModuleChildPage.ParentPage 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 or sets the parent module page of this child page.
public:
property Microsoft::Web::Management::Client::IModulePage ^ ParentPage { Microsoft::Web::Management::Client::IModulePage ^ get(); void set(Microsoft::Web::Management::Client::IModulePage ^ value); };
public Microsoft.Web.Management.Client.IModulePage ParentPage { get; set; }
member this.ParentPage : Microsoft.Web.Management.Client.IModulePage with get, set
Public Property ParentPage As IModulePage
Property Value
An IModulePage that is the parent of this IModuleChildPage.
Remarks
You can use this property to determine the navigation context of a page. For example, if the current page is a child page, you can navigate to the parent page.