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