PageProvider.CreatePages Method ()
Defines the pages in the PageProvider that are displayed as sub-tabs in the Dashboard.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
protected abstract object CreatePages()
protected:
virtual Object^ CreatePages() abstract
Protected MustOverride Function CreatePages As Object
Return Value
Type: System.Object
An object that contains an array of Page objects that are associated with the PageProvider object.
See Also
PageProvider Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top