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