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