TimeSheetWork.Comment property

Gets or sets the timesheet work comment.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Property Comment As String
    Get
    Set
'Usage
Dim instance As TimeSheetWork
Dim value As String

value = instance.Comment

instance.Comment = value
[RemoteAttribute]
public string Comment { get; set; }

Property value

Type: System.String
A comment about the timesheet work.

See also

Reference

TimeSheetWork class

TimeSheetWork members

Microsoft.ProjectServer.Client namespace