IModuleChildPage.ParentPage Property

Definition

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.

Applies to