Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains methods to manage resource plans in Project Server.
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Web.Services.Protocols.WebClientProtocol
System.Web.Services.Protocols.HttpWebClientProtocol
System.Web.Services.Protocols.SoapHttpClientProtocol
[ResourcePlan Web service].ResourcePlan
Namespace: [ResourcePlan Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/ResourcePlan.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/ResourcePlan.asmx?wsdl
Syntax
'Declaration
<WebServiceBindingAttribute(Name := "ResourcePlanSoap", Namespace := "https://schemas.microsoft.com/office/project/server/webservices/ResourcePlan/")> _
Public Class ResourcePlan _
Inherits SoapHttpClientProtocol
'Usage
Dim instance As ResourcePlan
[WebServiceBindingAttribute(Name = "ResourcePlanSoap", Namespace = "https://schemas.microsoft.com/office/project/server/webservices/ResourcePlan/")]
public class ResourcePlan : 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.