Share via


AreaService.GetHomeAreaID Method

Obsolete. Gets the GUID of the Home area.

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

Syntax

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

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

Return Value

Guid. The unique identifier of the Home area.

See Also

Reference

AreaService Class
AreaService Members
Area Web Service