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