TimesheetDataSet.LinesRow.HeadersRow propriedade
Retorna o TimesheetListDataSet.TimesheetsRow objeto pai para este item de linha do quadro de horários.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
Public Property HeadersRow As TimesheetDataSet.HeadersRow
Get
Set
'Uso
Dim instance As TimesheetDataSet.LinesRow
Dim value As TimesheetDataSet.HeadersRow
value = instance.HeadersRow
instance.HeadersRow = value
public TimesheetDataSet.HeadersRow HeadersRow { get; set; }
Valor de propriedade
Tipo: WebSvcTimeSheet.TimesheetDataSet.HeadersRow
Ver também
Referência
TimesheetDataSet.LinesRow classe