ProjectDataSet.ProjectRow.WPROJ_RISK_LIST_NAME property
Specifies the GUID of the SharePoint risks list for the project.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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
Remarks
Read-only. The process that creates the project populates WPROJ_RISK_LIST_NAME in the database.
See also
Reference
ProjectDataSet.ProjectRow class