AnalysisDataSet.AnalysisRoleRatesRow.ANALYSIS_UID property
Gets the GUID of the analysis the requirement is based on. Read-only.
Namespace: WebSvcPortfolioAnalyses
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property ANALYSIS_UID As Guid
Get
Set
'Usage
Dim instance As AnalysisDataSet.AnalysisRoleRatesRow
Dim value As Guid
value = instance.ANALYSIS_UID
instance.ANALYSIS_UID = value
public Guid ANALYSIS_UID { get; set; }
Property value
Type: System.Guid
Returns Guid.
See also
Reference
AnalysisDataSet.AnalysisRoleRatesRow class