ImportTimesheetDataSet.LinesDataTable.TS_LINE_COMMENTColumn propriedade
Define a coluna para o campo TS_LINE_COMMENT .
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
Public ReadOnly Property TS_LINE_COMMENTColumn As DataColumn
Get
'Uso
Dim instance As ImportTimesheetDataSet.LinesDataTable
Dim value As DataColumn
value = instance.TS_LINE_COMMENTColumn
public DataColumn TS_LINE_COMMENTColumn { get; }
Valor de propriedade
Tipo: System.Data.DataColumn
Ver também
Referência
ImportTimesheetDataSet.LinesDataTable classe