ResourcePlan.ReadResourcePlanStatus method

Gets the resource plan status for the specified project.

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

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/ResourcePlan/ReadResourcePlanStatus", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/ResourcePlan/",  _
    ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/ResourcePlan/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function ReadResourcePlanStatus ( _
    projectUid As Guid _
) As ResPlanStatus
'Usage
Dim instance As ResourcePlan
Dim projectUid As Guid
Dim returnValue As ResPlanStatus

returnValue = instance.ReadResourcePlanStatus(projectUid)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/ResourcePlan/ReadResourcePlanStatus", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/ResourcePlan/", 
    ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/ResourcePlan/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public ResPlanStatus ReadResourcePlanStatus(
    Guid projectUid
)

Parameters

  • projectUid
    Type: System.Guid

    Contains the project GUID.

Return value

Type: WebSvcResourcePlan.ResPlanStatus

See also

Reference

ResourcePlan class

ResourcePlan members

WebSvcResourcePlan namespace