Share via


WordServiceProxy.GetCreateProxyLink method

Overrides GetCreateProxyLink(Type).

Namespace:  Microsoft.Office.Word.Server.Service
Assembly:  Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)

Syntax

'Declaration
Public Overrides Function GetCreateProxyLink ( _
    serviceApplicationProxyType As Type _
) As SPAdministrationLink
'Usage
Dim instance As WordServiceProxy
Dim serviceApplicationProxyType As Type
Dim returnValue As SPAdministrationLink

returnValue = instance.GetCreateProxyLink(serviceApplicationProxyType)
public override SPAdministrationLink GetCreateProxyLink(
    Type serviceApplicationProxyType
)

Parameters

  • serviceApplicationProxyType
    Type: System.Type

    A [System.Type] that specifies the type of the service application proxy.

Return value

Type: Microsoft.SharePoint.Administration.SPAdministrationLink
Returns SPAdministrationLink.

Implements

IServiceProxyAdministration.GetCreateProxyLink(Type)

See also

Reference

WordServiceProxy class

WordServiceProxy members

Microsoft.Office.Word.Server.Service namespace