AreaService Class

Obsolete. The Area Service Web service provides an area interface for remote clients.

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

Syntax

'Declaration
<WebServiceBindingAttribute(Name:="AreaServiceSoap", Web Service:="https://microsoft.com/webservices/SharePointPortalServer/WebQueryService/")> _
<DesignerCategoryAttribute("code")> _
<DebuggerStepThroughAttribute> _
<GeneratedCodeAttribute("wsdl", "2.0.50727.42")> _
Public Class AreaService
    Inherits SoapHttpClientProtocol
'Usage
Dim instance As AreaService
[WebServiceBindingAttribute(Name="AreaServiceSoap", Web Service="https://microsoft.com/webservices/SharePointPortalServer/WebQueryService/")] 
[DesignerCategoryAttribute("code")] 
[DebuggerStepThroughAttribute] 
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")] 
public class AreaService : SoapHttpClientProtocol

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
     System.ComponentModel.Component
       System.Web.Services.Protocols.WebClientProtocol
         System.Web.Services.Protocols.HttpWebClientProtocol
           System.Web.Services.Protocols.SoapHttpClientProtocol
            Area.AreaService

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

AreaService Members
Area Web Service