ProjectDataSet.AssignmentRow.ASSN_UPDATE_NEEDED-Eigenschaft
Gibt an, ob die Ressource aufgrund einer Änderung für die Zuordnung einer Aktualisierung von Project Server an.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property ASSN_UPDATE_NEEDED As Boolean
Get
Set
'Usage
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; }
Eigenschaftswert
Typ: System.Boolean
Hinweise
Schreibgeschützt.
Siehe auch
Referenz
ProjectDataSet.AssignmentRow Klasse