PageV2 Constructor (Guid, String, String)
Creates a new instance of the PageV2 object, using the specified ID, display name, and description.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
protected PageV2(
Guid id,
string displayName,
string description
)
protected:
PageV2(
Guid id,
String^ displayName,
String^ description
)
Protected Sub New (
id As Guid,
displayName As String,
description As String
)
Parameters
id
Type: System.GuidThe ID.
displayName
Type: System.StringThe display name.
description
Type: System.StringThe description.
See Also
PageV2 Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top