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