TimesheetDataSet.HeadersRow.IsTS_WEEK_STARTS_ONNull método
Determina se a propriedade TS_WEEK_STARTS_ON está definida como um valor nulo.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
Public Function IsTS_WEEK_STARTS_ONNull As Boolean
'Uso
Dim instance As TimesheetDataSet.HeadersRow
Dim returnValue As Boolean
returnValue = instance.IsTS_WEEK_STARTS_ONNull()
public bool IsTS_WEEK_STARTS_ONNull()
Valor retornado
Tipo: System.Boolean
Ver também
Referência
TimesheetDataSet.HeadersRow classe