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.
This method is not implemented and returns a null reference (Nothing in Visual Basic) or throws a system [NotSupportedException] exception if the given type is not a usage application type.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Private Function GetCreateApplicationLink ( _
serviceApplicationType As Type _
) As SPAdministrationLink Implements IServiceAdministration.GetCreateApplicationLink
'Usage
Dim instance As SPUsageService
Dim serviceApplicationType As Type
Dim returnValue As SPAdministrationLink
returnValue = CType(instance, IServiceAdministration).GetCreateApplicationLink(serviceApplicationType)
SPAdministrationLink IServiceAdministration.GetCreateApplicationLink(
Type serviceApplicationType
)
Parameters
- serviceApplicationType
Type: System.Type
Return value
Type: Microsoft.SharePoint.Administration.SPAdministrationLink
a null reference (Nothing in Visual Basic) currently; a SPAdministrationLink in a future release.
Implements
IServiceAdministration.GetCreateApplicationLink(Type)