SearchServiceApplication.VirtualPath Property
Gets the virtual path of the Search service hosted by Internet Information Services 7.0.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Protected Overrides ReadOnly Property VirtualPath As String
Get
'Usage
Dim value As String
value = Me.VirtualPath
protected override string VirtualPath { get; }
Property Value
Type: System.String
The virtual path of the Search service hosted by Internet Information Services 7.0.
See Also
Reference
SearchServiceApplication Class