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