Share via


WordServiceApplication.ManageLink property

Gets the uniform resource locator (URL) for the administrative Web site that you use to manage the service application.

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

Syntax

'Declaration
Public Overrides ReadOnly Property ManageLink As SPAdministrationLink
    Get
'Usage
Dim instance As WordServiceApplication
Dim value As SPAdministrationLink

value = instance.ManageLink
public override SPAdministrationLink ManageLink { get; }

Property value

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

See also

Reference

WordServiceApplication class

WordServiceApplication members

Microsoft.Office.Word.Server.Service namespace