Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the GUID of the department the portfolio analysis belongs to.
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 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