ProjectDataSet.ProjectRow.PLANNER_DECISION property

Gets the value that specifies the decision that was taken for a project in the Portfolio Analysis Resource Planner.

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

Syntax

'Declaration
Public Property PLANNER_DECISION As Integer
    Get
    Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As Integer

value = instance.PLANNER_DECISION

instance.PLANNER_DECISION = value
public int PLANNER_DECISION { get; set; }

Property value

Type: System.Int32

Remarks

Read-only.

See also

Reference

ProjectDataSet.ProjectRow class

ProjectDataSet.ProjectRow members

WebSvcStatusing namespace