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)

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

See also

Reference

SPWebApplicationBuilder class

SPWebApplicationBuilder members

Microsoft.SharePoint.Administration namespace