Share via


PWA Class

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The PWA class includes methods that are optimized for use by Project Web Access in Microsoft Office Project Server 2007. These methods are not designed for use by third-party developers, and have only minimal documentation.

Namespace: [PWA Web service]
Assembly: [PWA Web service proxy assembly].dll

Syntax

'Declaration
<XmlIncludeAttribute(GetType(Object))> _
<WebServiceBindingAttribute(Name:="PWASoap", Namespace:="https://microsoft.com/ProjectServer")> _
Public Class PWA
    Inherits SoapHttpClientProtocol
'Usage
Dim instance As PWA
[XmlIncludeAttribute(typeof(Object))] 
[WebServiceBindingAttribute(Name="PWASoap", Namespace="https://microsoft.com/ProjectServer")] 
public class PWA : 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
            [PWA Web service].PWA

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

PWA Members
[PWA Web service] Namespace