IModuleChildPage Interface

Definition

Provides access to the parent page of a child module page in IIS Manager.

public interface class IModuleChildPage
public interface IModuleChildPage
type IModuleChildPage = interface
Public Interface IModuleChildPage

Remarks

The IModuleChildPage interface represents a page to which the user cannot directly navigate. The child page does not appear in the Connection pane, but the user can navigate to the child page from a parent page that does appear in the Connections pane.

Properties

ParentPage

Gets or sets the parent module page of this child page.

Applies to