Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents additional features for a page that is accessed through a tab in the Dashboard.
Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Inheritance Hierarchy
System.Object
  System.MarshalByRefObject
    Microsoft.WindowsServerSolutions.Administration.ObjectModel.Page
      Microsoft.WindowsServerSolutions.Administration.ObjectModel.PageV2
Syntax
public abstract class PageV2 : Page
public ref class PageV2 abstract : Page
Public MustInherit Class PageV2
    Inherits Page
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | PageV2(Guid, String, String) | Creates a new instance of the PageV2 object, using the specified ID, display name, and description. | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | CreateContent() | Called by the Dashboard to create content for the page.(Inherited from Page.) | 
| .jpeg) | CreateHelpTopicInfo() | Initializes a new instance of the HelpTopicInfo class that provides help information for the page in the Dashboard.(Inherited from Page.) | 
| .jpeg) | 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.) | 
| .jpeg) | Dispose() | Releases all resources used by the Page object.(Inherited from Page.) | 
| .jpeg) | Dispose(Boolean) | Releases the unmanaged resources used by the Page object and optionally releases the managed resources.(Inherited from Page.) | 
| .jpeg) | Equals(Object) | (Inherited from Object.) | 
| .jpeg) | Finalize() | Releases unmanaged resources and performs other cleanup operations before the Page object is reclaimed by garbage collection.(Inherited from Page.) | 
| .jpeg) | GetHashCode() | (Inherited from Object.) | 
| .jpeg) | GetLifetimeService() | (Inherited from MarshalByRefObject.) | 
| .jpeg) | GetService(Type) | Gets the service object of the specified type.(Inherited from Page.) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | InitializeLifetimeService() | Obtains a lifetime service object to control the lifetime policy for this instance.(Inherited from Page.) | 
| .jpeg) | IsEnabled() | Gets or sets a value that describes if the page is enabled.(Inherited from Page.) | 
| .jpeg) | IsVisible() | Gets or sets a value that determines if the page is visible. | 
| .jpeg) | MemberwiseClone() | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | 
| .jpeg) | ToString() | (Inherited from Object.) | 
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top