TimesheetPreReviewEventArgs.Comment - Propriété
Obtient le commentaire à envoyer à un événement qui précède un examen de la feuille de temps.
Espace de noms : Microsoft.Office.Project.Server.Events
Assembly : Microsoft.Office.Project.Server.Events.Receivers (dans Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntaxe
'Déclaration
Public Property Comment As String
Get
Set
'Utilisation
Dim instance As TimesheetPreReviewEventArgs
Dim value As String
value = instance.Comment
instance.Comment = value
public string Comment { get; set; }
Valeur de propriété
Type : System.String
Voir aussi
Référence
TimesheetPreReviewEventArgs classe