ProjectDataSet.ProjectRow.WPROJ_ISSUE_LIST_NAME Property
Specifies the unique identifier of the Windows SharePoint Services issues list for this project.
Namespace: WebSvcStatusing
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property WPROJ_ISSUE_LIST_NAME As Guid
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As Guid
value = instance.WPROJ_ISSUE_LIST_NAME
instance.WPROJ_ISSUE_LIST_NAME = value
public Guid WPROJ_ISSUE_LIST_NAME { get; set; }
Property Value
Type: System.Guid
Issues list GUID.
Remarks
Read-only. The process that creates the project populates WPROJ_ISSUE_LIST_NAME in the database.
See Also
Reference
ProjectDataSet.ProjectRow Class