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: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
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