ModulePropertiesPage Constructor
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.
Initializes a new instance of the ModulePropertiesPage class.
protected:
ModulePropertiesPage();
protected ModulePropertiesPage ();
Protected Sub New ()
Remarks
The constructor sets up the property grid for the page. The constructor is called by the Microsoft.Web.Management
classes when the page is activated. You should not call the constructor directly.