PortalServiceInstance Constructor (String, SPServer, PortalService)
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Portal.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
server As SPServer, _
service As PortalService _
)
'Usage
Dim name As String
Dim server As SPServer
Dim service As PortalService
Dim instance As New PortalServiceInstance(name, server, _
service)
public PortalServiceInstance(
string name,
SPServer server,
PortalService service
)
Parameters
- name
Type: System.String
- server
Type: Microsoft.SharePoint.Administration.SPServer
- service
Type: Microsoft.SharePoint.Portal.Administration.PortalService