ProjectTimesheetLinesDataSet.ActualsRow.TS_ACT_COMMENT property
Gets or sets 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 ProjectTimesheetLinesDataSet.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
ProjectTimesheetLinesDataSet.ActualsRow class