ProjectDataSet.ProjectRow.WPROJ_RISK_LIST_NAME Property
Specifies the unique identifier of the SharePoint risks list for the project.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
Syntax
'Declaration
Public Property WPROJ_RISK_LIST_NAME As Guid
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As Guid
value = instance.WPROJ_RISK_LIST_NAME
instance.WPROJ_RISK_LIST_NAME = value
public Guid WPROJ_RISK_LIST_NAME { get; set; }
Property Value
Type: System.Guid
Risks list GUID.
Remarks
Read-only. The process that creates the project populates WPROJ_RISK_LIST_NAME in the database.
See Also
Reference
ProjectDataSet.ProjectRow Class