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