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