Assignment.BaselineStart - Propriété
Obtient la date de début planifiée d'une affectation, au moment de la planification du projet.
Espace de noms : Microsoft.ProjectServer.Client
Assembly : Microsoft.ProjectServer.Client (dans Microsoft.ProjectServer.Client.dll)
Syntaxe
'Déclaration
<RemoteAttribute> _
Public ReadOnly Property BaselineStart As DateTime
Get
'Utilisation
Dim instance As Assignment
Dim value As DateTime
value = instance.BaselineStart
[RemoteAttribute]
public DateTime BaselineStart { get; }
Valeur de propriété
Type : System.DateTime
La date de début planifiée.