TimesheetListDataSet.TimesheetsRow.TLastActionComment-Eigenschaft
Ruft den Kommentar für die letzte Aktion in der Arbeitszeittabelle.
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; }
Eigenschaftswert
Typ: System.String
Siehe auch
Referenz
TimesheetListDataSet.TimesheetsRow Klasse