SPCreateApplicationOptions enumeration
Defines whether a service application is created and provisioned in single-click (eval) installations and the farm configuration wizard.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Enumeration SPCreateApplicationOptions
'Usage
Dim instance As SPCreateApplicationOptions
public enum SPCreateApplicationOptions
Members
Member name | Description | |
---|---|---|
None | This service application is not created in single-click (eval) mode or shown/created in the farm configuration wizard | |
Default | The service application and proxy are created and provisioned in single-click (eval) mode as well as checked by default in the farm configuration wizard. | |
Optional | The service application and proxy are not created and provisioned in single-click (eval) mode. It appears in the list of available service applications in the farm configuration wizard but is not selected by default. It can optionally be selected for creation and provisioning by the user. |