EngagementCommentCollection.Add method
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public Function Add ( _
comment As String _
) As EngagementComment
'Usage
Dim instance As EngagementCommentCollection
Dim comment As String
Dim returnValue As EngagementComment
returnValue = instance.Add(comment)
public EngagementComment Add(
string comment
)
Parameters
- comment
Type: System.String
Return value
Type: Microsoft.ProjectServer.Client.EngagementComment
See also
Reference
EngagementCommentCollection class