PageV2 Class
Represents additional features for a page that is accessed through a tab in the Dashboard.
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
System::MarshalByRefObject
Microsoft.WindowsServerSolutions.Administration.ObjectModel::Page
Microsoft.WindowsServerSolutions.Administration.ObjectModel::PageV2
| Name | Description | |
|---|---|---|
![]() | PageV2(Guid, String^, String^) | Creates a new instance of the PageV2 object, using the specified ID, display name, and description. |
| Name | Description | |
|---|---|---|
![]() | CreateContent() | Called by the Dashboard to create content for the page.(Inherited from Page.) |
![]() | CreateHelpTopicInfo() | Initializes a new instance of the HelpTopicInfo class that provides help information for the page in the Dashboard.(Inherited from Page.) |
![]() | CreateObjRef(Type^) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.(Inherited from Page.) |
![]() | Dispose() | |
![]() | Dispose(Boolean) | |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() | GetService(Type^) | Gets the service object of the specified type.(Inherited from Page.) |
![]() | GetType() | (Inherited from Object.) |
![]() | InitializeLifetimeService() | Obtains a lifetime service object to control the lifetime policy for this instance.(Inherited from Page.) |
![]() | IsEnabled() | Gets or sets a value that describes if the page is enabled.(Inherited from Page.) |
![]() | IsVisible() | Gets or sets a value that determines if the page is visible. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

