SPWebApplicationCollection Constructor
Initializes a new instance of the SPWebApplicationCollection class.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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