ProjectDataSet.ProjectRow.WPROJ_RISK_LIST_NAME Property

Specifies the unique identifier of the Windows SharePoint Services risks list for the project.

Namespace:  WebSvcStatusing
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.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
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

ProjectDataSet.ProjectRow Members

WebSvcStatusing Namespace