Share via


AreaService.GetKeywordsAreaID Method

Obsolete. Gets the GUID of the Keywords area.

Web Service: AreaWeb Reference: http://<Site>/_vti_bin/AreaService.asmx

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://microsoft.com/webservices/SharePointPortalServer/WebQueryService/GetKeywordsAreaID", RequestNamespace:="https://microsoft.com/webservices/SharePointPortalServer/WebQueryService/", ResponseNamespace:="https://microsoft.com/webservices/SharePointPortalServer/WebQueryService/", Use:=SoapBindingUse.Literal, ParameterStyle:=SoapParameterStyle.Wrapped)> _
Public Function GetKeywordsAreaID As Guid
'Usage
Dim instance As AreaService
Dim returnValue As Guid

returnValue = instance.GetKeywordsAreaID
[SoapDocumentMethodAttribute("https://microsoft.com/webservices/SharePointPortalServer/WebQueryService/GetKeywordsAreaID", RequestNamespace="https://microsoft.com/webservices/SharePointPortalServer/WebQueryService/", ResponseNamespace="https://microsoft.com/webservices/SharePointPortalServer/WebQueryService/", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Wrapped)] 
public Guid GetKeywordsAreaID ()

Return Value

Guid. The unique identifier of the Keywords area.

See Also

Reference

AreaService Class
AreaService Members
Area Web Service