ProjectDataSet.AssignmentRow.ASSN_UPDATE_NEEDED - Propriété
Indique s'il faut envoyer une mise à jour de Project Server pour la ressource en raison d'une modification de l'affectation.
Espace de noms : WebSvcStatusing
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property ASSN_UPDATE_NEEDED As Boolean
Get
Set
'Utilisation
Dim instance As ProjectDataSet.AssignmentRow
Dim value As Boolean
value = instance.ASSN_UPDATE_NEEDED
instance.ASSN_UPDATE_NEEDED = value
public bool ASSN_UPDATE_NEEDED { get; set; }
Valeur de propriété
Type : System.Boolean
Remarques
Lecture seule.
Voir aussi
Référence
ProjectDataSet.AssignmentRow classe