다음을 통해 공유


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

Return value

Type: Microsoft.ProjectServer.Client.EngagementComment

See also

Reference

EngagementCommentCollection class

EngagementCommentCollection members

Microsoft.ProjectServer.Client namespace