Share via


TimesheetDataSet.ActualsRow.TS_ACT_COMMENT property

Represents any comment that is related to the entries in this row.

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

Syntax

'Declaration
Public Property TS_ACT_COMMENT As String
    Get
    Set
'Usage
Dim instance As TimesheetDataSet.ActualsRow
Dim value As String

value = instance.TS_ACT_COMMENT

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

Property value

Type: System.String

See also

Reference

TimesheetDataSet.ActualsRow class

TimesheetDataSet.ActualsRow members

WebSvcTimeSheet namespace