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.TypeA [System.Type] that specifies the type of the service application proxy.
Return Value
Type: Microsoft.SharePoint.Administration.SPAdministrationLink
Returns SPAdministrationLink.
Implements
IServiceProxyAdministration.GetCreateProxyLink(Type)