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