Share via


SecureStoreServiceApplicationProxy.ManageLink property

Gets a SharePoint SPAdministrationLink object to the page that is used to manage the application.

Namespace:  Microsoft.Office.SecureStoreService.Server
Assembly:  Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)

Syntax

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

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

Property value

Type: Microsoft.SharePoint.Administration.SPAdministrationLink
The link that represents the Secure Store Service link to the service application page.

Remarks

This method provides a link to a page to manage the application.

See also

Reference

SecureStoreServiceApplicationProxy class

SecureStoreServiceApplicationProxy members

Microsoft.Office.SecureStoreService.Server namespace