ProjectWSSInfoDataSet.ProjWssInfoRow.PROJECT_ISSUES_URL property
Specifies the URL for the Project Issues list of a project on a hosted server.
Namespace: WebSvcWssInterop
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property PROJECT_ISSUES_URL As String
Get
Set
'Usage
Dim instance As ProjectWSSInfoDataSet.ProjWssInfoRow
Dim value As String
value = instance.PROJECT_ISSUES_URL
instance.PROJECT_ISSUES_URL = value
public string PROJECT_ISSUES_URL { get; set; }
Property value
Type: System.String
See also
Reference
ProjectWSSInfoDataSet.ProjWssInfoRow class