TimesheetListDataSet.TimesheetsRow.TLastActionCachedResName property
Gets the cached name of the resource that performed the most recent action on the timesheet.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property TLastActionCachedResName As String
Get
Set
'Usage
Dim instance As TimesheetListDataSet.TimesheetsRow
Dim value As String
value = instance.TLastActionCachedResName
instance.TLastActionCachedResName = value
public string TLastActionCachedResName { get; set; }
Property value
Type: System.String
See also
Reference
TimesheetListDataSet.TimesheetsRow class