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

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