ProjectDataSet.ProjectRow.WPROJ_ISSUE_LIST_NAME Property
Specifies the unique identifier of the SharePoint issues list for this 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_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