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