IServiceAdministration.GetCreateApplicationLink method
Gets the administration user interface link that is used to create a new service application.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Function GetCreateApplicationLink ( _
serviceApplicationType As Type _
) As SPAdministrationLink
'Usage
Dim instance As IServiceAdministration
Dim serviceApplicationType As Type
Dim returnValue As SPAdministrationLink
returnValue = instance.GetCreateApplicationLink(serviceApplicationType)
SPAdministrationLink GetCreateApplicationLink(
Type serviceApplicationType
)
serviceApplicationType
Type: System.TypeThe type of the service application.
Type: Microsoft.SharePoint.Administration.SPAdministrationLink
Returns an SPAdministrationLink object..
IServiceAdministration interface