ResPlanStatus Enumeration
Specifies the status of a resource plan.
Namespace: WebSvcResourcePlan
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
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. |