Share via


StatusSubmitPostEventArgs.Comment property

Gets the comment to send with a status submission.

Namespace:  Microsoft.Office.Project.Server.Events
Assembly:  Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)

Syntax

'Declaration
Public ReadOnly Property Comment As String
    Get
'Usage
Dim instance As StatusSubmitPostEventArgs
Dim value As String

value = instance.Comment
public string Comment { get; }

Property value

Type: System.String

See also

Reference

StatusSubmitPostEventArgs class

StatusSubmitPostEventArgs members

Microsoft.Office.Project.Server.Events namespace