Share via


TimesheetListDataSet.TimesheetsRow.TLastActionComment property

Gets the comment for the most recent action on the timesheet.

Namespace:  WebSvcTimeSheet
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property TLastActionComment As String
    Get
    Set
'Usage
Dim instance As TimesheetListDataSet.TimesheetsRow
Dim value As String

value = instance.TLastActionComment

instance.TLastActionComment = value
public string TLastActionComment { get; set; }

Property value

Type: System.String

See also

Reference

TimesheetListDataSet.TimesheetsRow class

TimesheetListDataSet.TimesheetsRow members

WebSvcTimeSheet namespace