Share via


PortalContext.SearchApplicationName Property

NOTE: This API is now obsolete.

Gets the name of the search application for this portal site.

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

Syntax

'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public ReadOnly Property SearchApplicationName As String
    Get
'Usage
Dim instance As PortalContext
Dim value As String

value = instance.SearchApplicationName
[ObsoleteAttribute("This class is obsolete.")]
public string SearchApplicationName { get; }

Property Value

Type: System.String
A string that contains the name of the search application for this portal site.

See Also

Reference

PortalContext Class

PortalContext Members

Microsoft.SharePoint.Portal Namespace