StatusDelegateTaskPostEventArgs.Comment Property
Gets the comment to send with a task delegation.
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 StatusDelegateTaskPostEventArgs
Dim value As String
value = instance.Comment
public string Comment { get; }
Property Value
Type: System.String
See Also
Reference
StatusDelegateTaskPostEventArgs Class