ProjectDataSet.AssignmentRow.IsASSN_START_DATENull method
Determina se a propriedade ASSN_START_DATE está definida como um valor nulo.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
Public Function IsASSN_START_DATENull As Boolean
'Uso
Dim instance As ProjectDataSet.AssignmentRow
Dim returnValue As Boolean
returnValue = instance.IsASSN_START_DATENull()
public bool IsASSN_START_DATENull()
Valor retornado
Type: System.Boolean
Ver também
Referência
ProjectDataSet.AssignmentRow class