StatusSubmitPostEventArgs.Comment - Propriété
Obtient le commentaire à envoyer avec un envoi de l'état.
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 ReadOnly Property Comment As String
Get
'Utilisation
Dim instance As StatusSubmitPostEventArgs
Dim value As String
value = instance.Comment
public string Comment { get; }
Valeur de propriété
Type : System.String
Voir aussi
Référence
StatusSubmitPostEventArgs classe