AnalysisDataSet.AnalysisRemainingCapacityByRoleRow.REM_CAPACITY property
Gets or sets the amount of remaining capacity for the particular role in the analysis, over the specified time period.
Namespace: WebSvcPortfolioAnalyses
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property REM_CAPACITY As Decimal
Get
Set
'Usage
Dim instance As AnalysisDataSet.AnalysisRemainingCapacityByRoleRow
Dim value As Decimal
value = instance.REM_CAPACITY
instance.REM_CAPACITY = value
public decimal REM_CAPACITY { get; set; }
Property value
Type: System.Decimal
Returns Decimal.
See also
Reference
AnalysisDataSet.AnalysisRemainingCapacityByRoleRow class