Share via


TimeSheet.Comments property

Gets the timesheet comments.

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

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property Comments As String
    Get
'Usage
Dim instance As TimeSheet
Dim value As String

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

Property value

Type: System.String
An object that contains a comment.

See also

Reference

TimeSheet class

TimeSheet members

Microsoft.ProjectServer.Client namespace