ModulePageInfo.PageType Property

Definition

Gets the type of the page.

public:
 property Type ^ PageType { Type ^ get(); };
public Type PageType { get; }
member this.PageType : Type
Public ReadOnly Property PageType As Type

Property Value

The pageType parameter passed to the ModulePageInfo constructor.

Remarks

The pageType can be of any type that derives from the ModulePage class and has a parameterless constructor.

Applies to