AnalysisDataSet.AnalysisProjectRequirementsByRoleRow.PROJECT_REQUIREMENT property
Gets the amount of resources needed for the specified role, for the specified project, time period, and analysis. Read-only.
Namespace: WebSvcPortfolioAnalyses
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property PROJECT_REQUIREMENT As Decimal
Get
Set
'Usage
Dim instance As AnalysisDataSet.AnalysisProjectRequirementsByRoleRow
Dim value As Decimal
value = instance.PROJECT_REQUIREMENT
instance.PROJECT_REQUIREMENT = value
public decimal PROJECT_REQUIREMENT { get; set; }
Property value
Type: System.Decimal
Returns Decimal.
See also
Reference
AnalysisDataSet.AnalysisProjectRequirementsByRoleRow class
AnalysisDataSet.AnalysisProjectRequirementsByRoleRow members