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)
Syntax
'Declaration
Function GetCreateApplicationOptions ( _
serviceApplicationType As Type _
) As SPCreateApplicationOptions
'Usage
Dim instance As IServiceAdministration
Dim serviceApplicationType As Type
Dim returnValue As SPCreateApplicationOptions
returnValue = instance.GetCreateApplicationOptions(serviceApplicationType)
SPCreateApplicationOptions GetCreateApplicationOptions(
Type serviceApplicationType
)
Parameters
serviceApplicationType
Type: System.TypeThe type of the service application.
Return value
Type: Microsoft.SharePoint.Administration.SPCreateApplicationOptions
Returns SPCreateApplicationOptions.
See also
Reference
IServiceAdministration interface