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