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