SecureStoreServiceApplication.InstallPath Property
Gets the fully qualified installation path for the current application.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
Protected Overrides ReadOnly Property InstallPath As String
Get
'Usage
Dim value As String
value = Me.InstallPath
protected override string InstallPath { get; }
Property Value
Type: System.String
The installation path.
See Also
Reference
SecureStoreServiceApplication Class