SPIisWebServiceApplication.InstallPath property

Gets the physical path of the directory that contains the Web service application.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected MustOverride ReadOnly Property InstallPath As String
    Get
'Usage
Dim value As String

value = Me.InstallPath
protected abstract string InstallPath { get; }

Property value

Type: System.String
A String that is the physical path of the directory that contains the Web service.

See also

Reference

SPIisWebServiceApplication class

SPIisWebServiceApplication members

Microsoft.SharePoint.Administration namespace