SecureStoreServiceApplication.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 SecureStoreServiceApplication
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
SecureStoreServiceApplication Class