SPIisWebServiceApplication.VirtualPath Property
Gets a string that represents the virtual path.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected MustOverride ReadOnly Property VirtualPath As String
Get
'Usage
Dim value As String
value = Me.VirtualPath
protected abstract string VirtualPath { get; }
Property Value
Type: System.String
Returns String.
See Also
Reference
SPIisWebServiceApplication Class