Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the options for creating a new service application.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public Overridable Function GetCreateApplicationOptions ( _
serviceApplicationType As Type _
) As SPCreateApplicationOptions
'Usage
Dim instance As SPService
Dim serviceApplicationType As Type
Dim returnValue As SPCreateApplicationOptions
returnValue = instance.GetCreateApplicationOptions(serviceApplicationType)
public virtual SPCreateApplicationOptions GetCreateApplicationOptions(
Type serviceApplicationType
)
- serviceApplicationType
Type: System.Type
Type: Microsoft.SharePoint.Administration.SPCreateApplicationOptions
The options for creating a new service application.