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: [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 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