SPWebApplicationBuilder.Create Method
Creates a new Web application using the settings that have been provided to this builder.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Function Create As SPWebApplication
'Usage
Dim instance As SPWebApplicationBuilder
Dim returnValue As SPWebApplication
returnValue = instance.Create()
public SPWebApplication Create()
Return Value
Type: Microsoft.SharePoint.Administration.SPWebApplication