ResPlanStatus Enumeration
Specifies the status of a resource plan.
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
<SerializableAttribute> _
Public Enumeration ResPlanStatus
'Usage
Dim instance As ResPlanStatus
[SerializableAttribute]
public enum ResPlanStatus
Members
Member name | Description | |
---|---|---|
Absent | Value=0. No resource plan is available. | |
Working | Value=1. The resource plan is a draft. | |
Published | Value=2. The resource plan is published. |
Remarks
Note
The Microsoft.Office.Project.Server.Library namespace also includes the ResourcePlan.ResPlanStatus type.