ProjectDataSet.ProjectRow.IsPROJ_OPT_NEW_TASKS_ARE_EFFORT_DRIVENNull - Méthode
Détermine si la propriété PROJ_OPT_NEW_TASKS_ARE_EFFORT_DRIVEN est définie sur une valeur null.
Espace de noms : WebSvcProject
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Function IsPROJ_OPT_NEW_TASKS_ARE_EFFORT_DRIVENNull As Boolean
'Utilisation
Dim instance As ProjectDataSet.ProjectRow
Dim returnValue As Boolean
returnValue = instance.IsPROJ_OPT_NEW_TASKS_ARE_EFFORT_DRIVENNull()
public bool IsPROJ_OPT_NEW_TASKS_ARE_EFFORT_DRIVENNull()
Valeur renvoyée
Type : System.Boolean
True si PROJ_OPT_NEW_TASKS_ARE_EFFORT_DRIVEN est une référence Null (Rien dans Visual Basic).
Voir aussi
Référence
ProjectDataSet.ProjectRow classe