AreaService.GetSearchAreaID Method
Gets the GUID of the Search area.
Namespace: Microsoft.SharePoint.Portal
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function GetSearchAreaID As Guid
'Usage
Dim instance As AreaService
Dim returnValue As Guid
returnValue = instance.GetSearchAreaID()
[WebMethodAttribute]
public Guid GetSearchAreaID()
Return Value
Type: System.Guid
Guid, the unique identifier of the Search area.