SPWebApplicationCollection constructor
Initializes a new instance of the SPWebApplicationCollection class.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
service As SPWebService _
)
'Usage
Dim service As SPWebService
Dim instance As New SPWebApplicationCollection(service)
public SPWebApplicationCollection(
SPWebService service
)
Parameters
service
Type: Microsoft.SharePoint.Administration.SPWebServiceAn SPWebService object that represents the Web service in which to create the Web application.
See also
Reference
SPWebApplicationCollection class