AnalysisDataSet.AnalysisRow.PROJECT_IMPACT_CF_UID property
Gets or set the custom field GUID to use when assigning driver ratings to each project in the analysis.
Namespace: WebSvcPortfolioAnalyses
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property PROJECT_IMPACT_CF_UID As Guid
Get
Set
'Usage
Dim instance As AnalysisDataSet.AnalysisRow
Dim value As Guid
value = instance.PROJECT_IMPACT_CF_UID
instance.PROJECT_IMPACT_CF_UID = value
public Guid PROJECT_IMPACT_CF_UID { get; set; }
Property value
Type: System.Guid
Returns Guid.
Remarks
Note
This should only be set when the portfolio analysis prioritization type is using drivers. Currently, it must always be set to PROJECT_IMPACT_MD_PROP_UID.
See also
Reference
AnalysisDataSet.AnalysisRow class