AnalysisDataSet.AnalysisRow.DEPARTMENT_UID property
Gets or sets the GUID of the department the portfolio analysis belongs to.
Namespace: WebSvcPortfolioAnalyses
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property DEPARTMENT_UID As Guid
Get
Set
'Usage
Dim instance As AnalysisDataSet.AnalysisRow
Dim value As Guid
value = instance.DEPARTMENT_UID
instance.DEPARTMENT_UID = value
public Guid DEPARTMENT_UID { get; set; }
Property value
Type: System.Guid
Returns Guid.
See also
Reference
AnalysisDataSet.AnalysisRow class