ProjectWSSInfoDataSet.ProjWssInfoDataTable.PROJECT_ISSUES_URLColumn property
Defines the column for the PROJECT_ISSUES_URL property.
Namespace: WebSvcWssInterop
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public ReadOnly Property PROJECT_ISSUES_URLColumn As DataColumn
Get
'Usage
Dim instance As ProjectWSSInfoDataSet.ProjWssInfoDataTable
Dim value As DataColumn
value = instance.PROJECT_ISSUES_URLColumn
public DataColumn PROJECT_ISSUES_URLColumn { get; }
Property value
Type: System.Data.DataColumn
See also
Reference
ProjectWSSInfoDataSet.ProjWssInfoDataTable class