TimesheetListDataSet.TimesheetsRow.TLastActionComment プロパティ
タイムシートの最新のアクションのコメントを取得します。
名前空間: WebSvcTimeSheet
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public Property TLastActionComment As String
Get
Set
'使用
Dim instance As TimesheetListDataSet.TimesheetsRow
Dim value As String
value = instance.TLastActionComment
instance.TLastActionComment = value
public string TLastActionComment { get; set; }
プロパティ値
関連項目
参照先
TimesheetListDataSet.TimesheetsRow クラス