PageProvider Constructor (Guid, String, String)
Initializes a new instance of the PageProvider class.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
protected PageProvider(
Guid id,
string displayName,
string description
)
protected:
PageProvider(
Guid id,
String^ displayName,
String^ description
)
Protected Sub New (
id As Guid,
displayName As String,
description As String
)
Parameters
id
Type: System.GuidThe GUID that uniquely identifies the PageProvider object.
displayName
Type: System.StringThe name that is displayed for the PageProvider object.
description
Type: System.StringThe description of the PageProvider object.
Remarks
For more information about creating a GUID, see "Create Guid (guidgen.exe)" at the Microsoft Web site (https://go.microsoft.com/fwlink/?LinkId=116098).
See Also
PageProvider Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top