PortfolioAnalyses class

Provides methods to create project solutions that manage relationships between plans, resources, tasks, and projects.

Inheritance hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Web.Services.Protocols.WebClientProtocol
        System.Web.Services.Protocols.HttpWebClientProtocol
          System.Web.Services.Protocols.SoapHttpClientProtocol
            WebSvcPortfolioAnalyses.PortfolioAnalyses

Namespace:  WebSvcPortfolioAnalyses
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
<WebServiceBindingAttribute(Name := "PortfolioAnalysesSoap", Namespace := "https://schemas.microsoft.com/office/project/server/webservices/PortfolioAnalyses/")> _
Public Class PortfolioAnalyses _
    Inherits SoapHttpClientProtocol
'Usage
Dim instance As PortfolioAnalyses
[WebServiceBindingAttribute(Name = "PortfolioAnalysesSoap", Namespace = "https://schemas.microsoft.com/office/project/server/webservices/PortfolioAnalyses/")]
public class PortfolioAnalyses : SoapHttpClientProtocol

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

PortfolioAnalyses members

WebSvcPortfolioAnalyses namespace