Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the physical path of the directory that contains the Web service application.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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